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:
- sudo: false
dist: trusty
python: 2.7_with_system_site_packages
python: 3.6
env: ==STATIC_LIB==
OPENCL=false
CUDA=false
......@@ -85,8 +85,8 @@ matrix:
- sudo: false
dist: trusty
python: 2.7_with_system_site_packages
env: ==PYTHON_2==
python: 3.6
env: ==PYTHON_3_6==
OPENCL=false
CUDA=false
CC=$CCACHE/clang
......@@ -96,8 +96,8 @@ matrix:
- sudo: false
dist: trusty
python: 3.4
env: ==PYTHON_3==
python: 3.8
env: ==PYTHON_3_8==
OPENCL=false
CUDA=false
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