aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-06 15:53:54 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-06 15:53:54 -0500
commite36da1754dc04225f22db46c5b06602db377b429 (patch)
tree9991d2efbace21bba2bee6466ff1b4c69b0e5f6b /.travis/install.sh
parent9ec0c8e33be79a27f2c38ad3da98a1315928ce39 (diff)
downloadcryptography-e36da1754dc04225f22db46c5b06602db377b429.tar.gz
cryptography-e36da1754dc04225f22db46c5b06602db377b429.tar.bz2
cryptography-e36da1754dc04225f22db46c5b06602db377b429.zip
bump to pypy 4.0.1
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 63d55ed3..112add24 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-4.0.0
- pyenv global pypy-4.0.0
+ pyenv install pypy-4.0.1
+ pyenv global pypy-4.0.1
;;
pypy3)
pyenv install pypy3-2.4.0
@@ -60,8 +60,8 @@ else
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
- pyenv install pypy-4.0.0
- pyenv global pypy-4.0.0
+ pyenv install pypy-4.0.1
+ pyenv global pypy-4.0.1
fi
pip install virtualenv
fi