diff options
| -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 |
