From f723449dcb214dc820da4eee8cefd376a08a5840 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 27 Mar 2015 23:39:06 -0400 Subject: Use PyPy 2.5.1 on Travis OS X --- .travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index f82cc4a3..d42944d7 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -41,8 +41,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then ;; pypy) brew upgrade pyenv - pyenv install pypy-2.5.0 - pyenv global pypy-2.5.0 + pyenv install pypy-2.5.1 + pyenv global pypy-2.5.1 ;; pypy3) brew upgrade pyenv -- cgit v1.2.3