aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-09 14:47:30 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-09 14:47:30 +0200
commitf5cb9ad88904904f62c6f1718aadd1dc447ee133 (patch)
tree0268bc4554e25c7036ea9f690d01f01df1d4eae6
parent14710d9989c731b2f51b0d309b0e97bc30ad2339 (diff)
downloadPROJ-f5cb9ad88904904f62c6f1718aadd1dc447ee133.tar.gz
PROJ-f5cb9ad88904904f62c6f1718aadd1dc447ee133.zip
Potential fix for pip3 failure on travis, as suggested in https://github.com/travis-ci/travis-ci/issues/8363
-rwxr-xr-xtravis/install.sh1
1 files changed, 1 insertions, 0 deletions
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