Skip to content

Commit

Permalink
try updating pyenv, and listing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Oct 31, 2018
1 parent 9044d9c commit 25613b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ group: edge
before_install:
- 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update pyenv ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pyenv install --list ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pyenv install "$PYENV_VERSION" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pyenv local "$PYENV_VERSION" ; fi

Expand Down

0 comments on commit 25613b6

Please sign in to comment.