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 f9f3bd7 commit 2fda9d5Copy full SHA for 2fda9d5
.travis.yml
@@ -219,7 +219,7 @@ before_install:
219
PY_CMD=python$PYTHON
220
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
221
if [ "$PY" = "3" ]; then
222
- brew update && brew upgrade python
+ brew update && brew unlink python@2 && brew upgrade python
223
else
224
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
225
fi
0 commit comments