Skip to content

Commit

Permalink
Merge pull request #58 from Kentzo/travis
Browse files Browse the repository at this point in the history
Update Python 3.6
  • Loading branch information
Kentzo authored Oct 31, 2018
2 parents 9f9196b + ea7739a commit 3f83c66
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 3f83c66

Please sign in to comment.