From f5cb9ad88904904f62c6f1718aadd1dc447ee133 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 9 Sep 2017 14:47:30 +0200 Subject: Potential fix for pip3 failure on travis, as suggested in https://github.com/travis-ci/travis-ci/issues/8363 --- travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/install.sh b/travis/install.sh index 70b8e90d..6eddb4bf 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -84,6 +84,7 @@ PROJ_LIB=$GRIDDIR ./src/proj -VC # install & run the working GIGS test # create locations that pyproj understands +pyenv global system 3.4 python3 --version ln -s src include ln -s src/.libs lib -- cgit v1.2.3