From 2fda9d5dd876de2fc0c530e4a375b1f8c52e6758 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 31 Dec 2019 01:26:40 +0100 Subject: [PATCH] Travis CI fix (MacOS, Py3) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56682556d..d81cd8c7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -219,7 +219,7 @@ before_install: PY_CMD=python$PYTHON if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$PY" = "3" ]; then - brew update && brew upgrade python + brew update && brew unlink python@2 && brew upgrade python else curl -fsSL https://bootstrap.pypa.io/get-pip.py | $PY_CMD - --user fi