commit | 74b0ea5b668370e11e6191a1f85c826044d6d5e7 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Jun 02 05:30:41 2015 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jun 07 23:27:54 2015 -0500 |
tree | d1b92bdd805ea741a2dccb953447600bf9c7b9d6 | |
parent | 68b3b1ea8661b98c7afc3243e84c998601b70f18 [diff] |
Test with PyPy 2.6.0
diff --git a/.travis/install.sh b/.travis/install.sh index 7c3e9de..9db2743 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -35,8 +35,8 @@ ;; 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