commit | fb20a42e1e66b70c39cd03ac5d6e6c2966b15c8c | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Feb 17 10:27:13 2015 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Feb 17 10:27:13 2015 -0800 |
tree | fcf3002172f3ca1e43b363e0c6199314e28e8383 | |
parent | 0be5ef955146a05d4c6e9368dcb4c8aeb3d4772e [diff] | |
parent | 4d9a2c95286eeead5d3798a59ec22276011fdadc [diff] |
Merge pull request #1670 from reaperhulk/pypy25 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