"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "43443ca4f9e35b684f67a8468f31f3428ff9d2c3"
Unverified Commit 79a01ce9 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2472 from peastman/travis

Update travis to test more recent Python versions
parents 8dfdd485 d502caee
......@@ -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
......@@ -95,9 +95,9 @@ matrix:
CMAKE_FLAGS="-DOPENMM_GENERATE_API_DOCS=ON"
- sudo: false
dist: trusty
python: 3.4
env: ==PYTHON_3==
dist: xenial
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