Skip to content

Commit

Permalink
Ensure OS X CI has correct Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
metatoaster committed Mar 31, 2017
1 parent c481f85 commit a869dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ before_install:
brew outdated pyenv || brew upgrade pyenv ;
pyenv install $TRAVIS_PYTHON_VERSION ;
pyenv global $TRAVIS_PYTHON_VERSION ;
pyenv rehash ;
eval "$(pyenv init -)" ;
python --version ;
python -m pip install --user virtualenv ;
python -m virtualenv ~/.venv ;
source ~/.venv/bin/activate ;
Expand Down

0 comments on commit a869dbf

Please sign in to comment.