diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-05-23 10:19:44 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-05-23 10:19:44 +0200 |
commit | 5f64cfc2d7a551e494c101f4ab7849411599d2b5 (patch) | |
tree | 90872df248fd99aedac83a202c642034bb7da9d8 | |
parent | f53406d82865ad2807e0891ddae1d839a7622fce (diff) | |
download | astra-5f64cfc2d7a551e494c101f4ab7849411599d2b5.tar.gz astra-5f64cfc2d7a551e494c101f4ab7849411599d2b5.tar.bz2 astra-5f64cfc2d7a551e494c101f4ab7849411599d2b5.tar.xz astra-5f64cfc2d7a551e494c101f4ab7849411599d2b5.zip |
Travis: Update python version to 3.6
Effectively it was already running 3.6 anyway, since we are using
Miniconda-latest.
-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 |