commit | 4d9a2c95286eeead5d3798a59ec22276011fdadc | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Feb 17 10:00:48 2015 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Feb 17 10:00:48 2015 -0600 |
tree | ceabef7be38beef2635d566a936dc8b2cd8709be | |
parent | 5e208e7be554cb5c132acef9754c54681e24fab9 [diff] |
use pypy 2.5 on our os x builders
diff --git a/.travis/install.sh b/.travis/install.sh index 418aeed..26a82c4 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -46,8 +46,8 @@ ;; pypy) brew upgrade pyenv - pyenv install pypy-2.4.0 - pyenv global pypy-2.4.0 + pyenv install pypy-2.5.0 + pyenv global pypy-2.5.0 ;; pypy3) brew upgrade pyenv