From 37de4f41c1bd6ff4f66e633855ca51e206ef3c92 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 16 May 2014 12:51:24 -0400 Subject: ugh. good system. --- .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 81b2c4db..e5cdbba9 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -42,8 +42,8 @@ if [[ "$(uname -s)" == "Darwin" ]]; then sudo pip install virtualenv ;; pypy) - pyenv install pypy-2.3.0 - pyenv global pypy-2.3.0 + pyenv install pypy-2.3 + pyenv global pypy-2.3 pip install virtualenv ;; py32) -- cgit v1.2.3