We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca93bb2 commit 8403fd5Copy full SHA for 8403fd5
.ci/travis-build-and-upload.sh
@@ -47,6 +47,8 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
47
_upload_wheels
48
49
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
50
+ PYENV_ROOT="$HOME/.pyenv"
51
+ PATH="$PYENV_ROOT/bin:$PATH"
52
eval "$(pyenv init -)"
53
pyenv local ${PYTHON_VERSION}
54
0 commit comments