fix Travis macOS build (#325)

This commit is contained in:
Fantix King 2020-03-24 10:05:36 -05:00 committed by GitHub
parent 5dc299b788
commit f17ab4329e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
set -e -x
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
# Travis xcode7.3 image is still using deprecated homebrew/versions
# https://docs.brew.sh/Versions
brew untap homebrew/versions
brew update >/dev/null
brew upgrade pyenv
eval "$(pyenv init -)"