Skip to content

Commit

Permalink
Update Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Oct 31, 2018
1 parent 71103d3 commit ea7739a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ matrix:
before_install:
- brew update
- brew upgrade pyenv || brew install pyenv || true
- pyenv install 3.6.6
- pyenv local 3.6.6
- pyenv install 3.6.7
- pyenv local 3.6.7
- eval "$(pyenv init -)"
- python3.6 -m venv env
- pyenv local --unset
Expand Down

0 comments on commit ea7739a

Please sign in to comment.