aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-04-22 16:03:52 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-04-22 15:03:52 -0500
commitea5882af992a330f279d6aed4850f1ce7f5b2f61 (patch)
tree5450a74e135fd6c6120277908bdb55d1daf39308 /.travis
parent01c634c3cc9e76d4b66fa7904604f2a32d46ef5d (diff)
downloadcryptography-ea5882af992a330f279d6aed4850f1ce7f5b2f61.tar.gz
cryptography-ea5882af992a330f279d6aed4850f1ce7f5b2f61.tar.bz2
cryptography-ea5882af992a330f279d6aed4850f1ce7f5b2f61.zip
Test with both old pypy and new pypy (#2875)
* Test with both old pypy and new pypy * use an old as heck pypy * revert * dont try to coverage pypy2.6.1 * ALL THE PYPYS
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index e5b5f52d..db2e4202 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -32,8 +32,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global 3.5.1
;;
pypy*)
- pyenv install pypy-4.0.1
- pyenv global pypy-4.0.1
+ pyenv install pypy-$PYPY_VERSION
+ pyenv global pypy-$PYPY_VERSION
;;
pypy3)
pyenv install pypy3-2.4.0
@@ -54,8 +54,8 @@ else
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
- pyenv install pypy-4.0.1
- pyenv global pypy-4.0.1
+ pyenv install pypy-$PYPY_VERSION
+ pyenv global pypy-$PYPY_VERSION
fi
if [[ "${OPENSSL}" == "0.9.8" ]]; then
# We use 0.9.8l rather than zh because we have some branches for