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(-) (limited to '.travis') 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