From a5276649d7e447ec2c6b1089778a8109cb57309d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2015 13:26:15 -0500 Subject: Use the latest 3.5 release --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 112add24..91cf2e0b 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -34,7 +34,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then pyenv global 3.4.2 ;; py35) - pyenv install 3.5.0 + pyenv install 3.5.1 pyenv global 3.5.0 ;; pypy) -- cgit v1.2.3 From 5dca1db83d208f185925c3d81d9a4bfa21c34436 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2015 14:06:48 -0500 Subject: fix --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 91cf2e0b..142b4988 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -35,7 +35,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then ;; py35) pyenv install 3.5.1 - pyenv global 3.5.0 + pyenv global 3.5.1 ;; pypy) pyenv install pypy-4.0.1 -- cgit v1.2.3