From 74b0ea5b668370e11e6191a1f85c826044d6d5e7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 2 Jun 2015 05:30:41 -0400 Subject: [PATCH] Test with PyPy 2.6.0 --- .travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index 7c3e9de2908e..9db2743794b4 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -35,8 +35,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then ;; pypy) brew outdated pyenv || brew upgrade pyenv - pyenv install pypy-2.5.1 - pyenv global pypy-2.5.1 + pyenv install pypy-2.6.0 + pyenv global pypy-2.6.0 ;; pypy3) brew outdated pyenv || brew upgrade pyenv