diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-09-20 15:02:42 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-09-20 15:02:42 +0200 |
| commit | f614731e180af45151820dadac7f1c686d3c0823 (patch) | |
| tree | 930b6cb2243f87d49d55ccd5d8419ed028e0de4e | |
| parent | abdbb957e04b1c35297dd5cf4b8fb01097af5737 (diff) | |
| download | PROJ-f614731e180af45151820dadac7f1c686d3c0823.tar.gz PROJ-f614731e180af45151820dadac7f1c686d3c0823.zip | |
Use python 3.5 with pyenv
| -rwxr-xr-x | travis/before_install.sh | 2 |
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 |
