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 e979d0a commit 3096e96Copy full SHA for 3096e96
.travis.yml
@@ -243,7 +243,7 @@ before_install:
243
PY_CMD=python$PYTHON
244
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
245
if [ "$PY" = "3" ]; then
246
- brew update && brew unlink python@2 && brew upgrade python
+ brew update && brew unlink python@2 && (brew upgrade python || brew install python)
247
else
248
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
249
fi
0 commit comments