Skip to content

Commit

Permalink
Fix issue with Python2 pyenv not installing on OSX
Browse files Browse the repository at this point in the history
The fixes are described here:
pyenv/pyenv#993
  • Loading branch information
crcollins committed Apr 7, 2019
1 parent 7baa653 commit 12f9c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ osx-setup-steps: &osx-setup-steps
before_install:
- brew update
- brew outdated pyenv || brew upgrade pyenv
- brew install readline openssl xz
- if [[ "$DIRECT_STATE" == "direct" ]]; then
brew install gcc ;
fi
Expand Down

0 comments on commit 12f9c86

Please sign in to comment.