Skip to content

Commit 2fda9d5

Browse files
committed
Travis CI fix (MacOS, Py3)
1 parent f9f3bd7 commit 2fda9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ before_install:
219219
PY_CMD=python$PYTHON
220220
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
221221
if [ "$PY" = "3" ]; then
222-
brew update && brew upgrade python
222+
brew update && brew unlink python@2 && brew upgrade python
223223
else
224224
curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user
225225
fi

0 commit comments

Comments
 (0)