Skip to content

Commit

Permalink
.travis.yml: Use Python version '3.6'
Browse files Browse the repository at this point in the history
Python version `3.6-dev` is confusing, as Python 3.6 has been
officially released.

Also remove unnecessary nvm commands.
  • Loading branch information
jayvdb committed Feb 26, 2017
1 parent b42a56b commit 8575b3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6-dev
- 3.6

dist: trusty

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8575b3f

Please sign in to comment.