diff options
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.travis.yml b/.travis.yml index 390b478..37b042e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python  python:    - "2.7" -  - "3.5" +  - "3.6"  os:    - linux @@ -24,7 +24,7 @@ env:  matrix:    include:      - env: CUDA=no CLANG=yes -      python: "3.5" +      python: "3.6"  before_install:    - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then | 
