aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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