aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-01 15:35:02 +0900
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-01 15:35:02 +0900
commit2be252fe50de8ca896490aa4fed2e7a6fcb231ea (patch)
treed9b70393c63c9986e072e27412dd707802868bb3 /.travis/install.sh
parent4d771503e231ebfe66dda06efa6ca2453926e0b6 (diff)
downloadcryptography-2be252fe50de8ca896490aa4fed2e7a6fcb231ea.tar.gz
cryptography-2be252fe50de8ca896490aa4fed2e7a6fcb231ea.tar.bz2
cryptography-2be252fe50de8ca896490aa4fed2e7a6fcb231ea.zip
use pypy4 on mac
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index bab2a173..63d55ed3 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -38,8 +38,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global 3.5.0
;;
pypy)
- pyenv install pypy-c-jit-latest
- pyenv global pypy-c-jit-latest
+ pyenv install pypy-4.0.0
+ pyenv global pypy-4.0.0
;;
pypy3)
pyenv install pypy3-2.4.0