aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-07-07 23:14:33 +0200
committerGitHub <noreply@github.com>2020-07-07 23:14:33 +0200
commit35468fd4f72d8497b610362a2d479e08d9944277 (patch)
tree8ed76f15dce9b370a66c7fab5eb3f9d7091f5618 /travis
parent7cfde8d0b30c267aa1c5c64db0f0c5a5099c52a3 (diff)
downloadPROJ-35468fd4f72d8497b610362a2d479e08d9944277.tar.gz
PROJ-35468fd4f72d8497b610362a2d479e08d9944277.zip
travis/osx/before_install.sh: fix related to installing python (#2295)
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/osx/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh
index e2a30e36..4c3dbdb2 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -4,6 +4,7 @@ set -e
export PATH=$HOME/Library/Python/3.7/bin:$PATH
+brew unlink python@2
brew update
brew install ccache
#brew upgrade sqlite3