From 647f4012e4f8da4c2bf25b1f13588c10e543b807 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 11 Sep 2017 13:35:31 +0200 Subject: Select python version via travis setup instead of using pyenv (which is not consistent across platforms) --- .travis.yml | 3 +++ travis/install.sh | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3