aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-11 13:35:31 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-11 13:35:31 +0200
commit647f4012e4f8da4c2bf25b1f13588c10e543b807 (patch)
tree646425cdeaa37c107422833e6bb1df5685a044fa
parentf5cb9ad88904904f62c6f1718aadd1dc447ee133 (diff)
downloadPROJ-647f4012e4f8da4c2bf25b1f13588c10e543b807.tar.gz
PROJ-647f4012e4f8da4c2bf25b1f13588c10e543b807.zip
Select python version via travis setup instead of using pyenv (which is not consistent across platforms)
-rw-r--r--.travis.yml3
-rwxr-xr-xtravis/install.sh1
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 31ab75d0..89b4c4b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,9 @@ matrix:
- BUILD_NAME=mingw32
- DETAILS="mingw32"
+python:
+ - 3.6
+
# allow_failures:
# - os: osx
diff --git a/travis/install.sh b/travis/install.sh
index 6eddb4bf..70b8e90d 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -84,7 +84,6 @@ 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