From 8575b3f294aae5062c2931989a21563ba214e9bb Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 24 Feb 2017 04:34:36 +0700 Subject: [PATCH] .travis.yml: Use Python version '3.6' Python version `3.6-dev` is confusing, as Python 3.6 has been officially released. Also remove unnecessary nvm commands. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b0e1cd1f9..3cecf3d7c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.3 - 3.4 - 3.5 - - 3.6-dev + - 3.6 dist: trusty @@ -76,8 +76,6 @@ before_install: UNSUPPORTED=true fi - - nvm install 4 - - nvm use 4 # Remove Ruby directive from Gemfile as this image has 2.2.5 - sed -i '/^ruby/d' Gemfile - if [[ "$UNSUPPORTED" != true ]]; then bash .ci/deps.sh; fi