Skip to content

Commit

Permalink
See if we can get those OS X builds working
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Sep 25, 2016
1 parent 4b1dab3 commit 36a4461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -x
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
if [ ! -e "$HOME/.pyenv" ]; then
git clone https://github.com/yyuu/pyenv.git ~/.pyenv
else
(cd ~/.pyenv; git pull)
fi
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
Expand Down

0 comments on commit 36a4461

Please sign in to comment.