Commit 49758d01 authored by peastman's avatar peastman
Browse files

Update travis to test more recent Python versions

parent 8dfdd485
...@@ -75,7 +75,7 @@ matrix: ...@@ -75,7 +75,7 @@ matrix:
- sudo: false - sudo: false
dist: trusty dist: trusty
python: 2.7_with_system_site_packages python: 3.6
env: ==STATIC_LIB== env: ==STATIC_LIB==
OPENCL=false OPENCL=false
CUDA=false CUDA=false
...@@ -85,8 +85,8 @@ matrix: ...@@ -85,8 +85,8 @@ matrix:
- sudo: false - sudo: false
dist: trusty dist: trusty
python: 2.7_with_system_site_packages python: 3.6
env: ==PYTHON_2== env: ==PYTHON_3_6==
OPENCL=false OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/clang CC=$CCACHE/clang
...@@ -96,8 +96,8 @@ matrix: ...@@ -96,8 +96,8 @@ matrix:
- sudo: false - sudo: false
dist: trusty dist: trusty
python: 3.4 python: 3.8
env: ==PYTHON_3== env: ==PYTHON_3_8==
OPENCL=false OPENCL=false
CUDA=false CUDA=false
CC=$CCACHE/gcc CC=$CCACHE/gcc
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment