From f614731e180af45151820dadac7f1c686d3c0823 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 20 Sep 2017 15:02:42 +0200 Subject: Use python 3.5 with pyenv --- travis/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3