aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-01 11:46:36 +0900
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-11-01 11:46:36 +0900
commit1a13a5ffccbc41f3b615016397e9d9aed6e61d59 (patch)
tree9bc1db24b34ba1f60693cd3bce3ddd2a7febc150 /.travis
parent849f12026c8c2cfc9cf7cb8f9a1d0ea92b4df62d (diff)
parent89fb47da94850f32d819afe2a50cafb9e1e77a85 (diff)
downloadcryptography-1a13a5ffccbc41f3b615016397e9d9aed6e61d59.tar.gz
cryptography-1a13a5ffccbc41f3b615016397e9d9aed6e61d59.tar.bz2
cryptography-1a13a5ffccbc41f3b615016397e9d9aed6e61d59.zip
Merge pull request #2459 from alex/pypy-4
pypy 4.0.0
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 114c7de1..21e41523 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -60,8 +60,8 @@ else
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
- pyenv install pypy-c-jit-latest
- pyenv global pypy-c-jit-latest
+ pyenv install pypy-4.0.0
+ pyenv global pypy-4.0.0
fi
pip install virtualenv
fi