Skip to content

Commit

Permalink
CI: fix pyenv handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Apr 6, 2018
1 parent 488fcdb commit 1eceeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
travis_fold end brew-upgrade

travis_fold start pyenv-install
pyenv install $PY_VERSION
pyenv install --skip-existing $PY_VERSION
pyenv local $PY_VERSION
travis_fold end pyenv-install

Expand Down

0 comments on commit 1eceeaf

Please sign in to comment.