Skip to content

Commit

Permalink
set pyenv with global and shell instead of local
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Oct 31, 2018
1 parent b936667 commit 248475e
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 @@ -22,9 +22,9 @@ before_install:
- 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade 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
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pyenv global "$PYENV_VERSION" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pyenv shell "$PYENV_VERSION" ; fi


install:
Expand Down

0 comments on commit 248475e

Please sign in to comment.