aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-17 10:00:48 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-17 10:00:48 -0600
commit4d9a2c95286eeead5d3798a59ec22276011fdadc (patch)
treeceabef7be38beef2635d566a936dc8b2cd8709be /.travis
parent5e208e7be554cb5c132acef9754c54681e24fab9 (diff)
downloadcryptography-4d9a2c95286eeead5d3798a59ec22276011fdadc.tar.gz
cryptography-4d9a2c95286eeead5d3798a59ec22276011fdadc.tar.bz2
cryptography-4d9a2c95286eeead5d3798a59ec22276011fdadc.zip
use pypy 2.5 on our os x builders
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 418aeedf..26a82c44 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -46,8 +46,8 @@ if [[ "$DARWIN" = true ]]; then
;;
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