mirror of https://github.com/MagicStack/uvloop.git
fix Travis macOS build (#325)
This commit is contained in:
parent
5dc299b788
commit
f17ab4329e
|
@ -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 -)"
|
||||
|
|
Loading…
Reference in New Issue