aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-20 15:02:42 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-20 15:02:42 +0200
commitf614731e180af45151820dadac7f1c686d3c0823 (patch)
tree930b6cb2243f87d49d55ccd5d8419ed028e0de4e
parentabdbb957e04b1c35297dd5cf4b8fb01097af5737 (diff)
downloadPROJ-f614731e180af45151820dadac7f1c686d3c0823.tar.gz
PROJ-f614731e180af45151820dadac7f1c686d3c0823.zip
Use python 3.5 with pyenv
-rwxr-xr-xtravis/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/before_install.sh b/travis/before_install.sh
index 12f2edba..1404eae3 100755
--- a/travis/before_install.sh
+++ b/travis/before_install.sh
@@ -6,5 +6,5 @@
# Specify which version of python to use. The default python to use on Travis
# can vary from platform to platform, so we use pyenv to make sure we use
# a version that works for the complete build processs.
-pyenv global system 3.4
+pyenv global system 3.5
pyenv versions # a bit of debug info