From 5f64cfc2d7a551e494c101f4ab7849411599d2b5 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Tue, 23 May 2017 10:19:44 +0200 Subject: Travis: Update python version to 3.6 Effectively it was already running 3.6 anyway, since we are using Miniconda-latest. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3