mirror of https://github.com/MagicStack/uvloop.git
Fix macOS on Travis
This commit is contained in:
parent
345c86e455
commit
e2d68162b3
|
@ -3,9 +3,6 @@
|
|||
set -e -x
|
||||
|
||||
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
||||
# https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
|
||||
rvm get head
|
||||
|
||||
git clone --depth 1 https://github.com/yyuu/pyenv.git ~/.pyenv
|
||||
PYENV_ROOT="$HOME/.pyenv"
|
||||
PATH="$PYENV_ROOT/bin:$PATH"
|
||||
|
|
Loading…
Reference in New Issue