aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-07 21:50:30 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-07 21:50:30 -0600
commitd4bbed7c8a4d2844973ada97a385600382a4605d (patch)
treee6f69805f7ee0f5aa5ef7ddc88a8c32709c3854d
parent3fd2f7ac71ecdf26c7f85d8bce21714949e6933b (diff)
parent26c776f71d0f548fdfc9122517923268d740d3af (diff)
downloadcryptography-d4bbed7c8a4d2844973ada97a385600382a4605d.tar.gz
cryptography-d4bbed7c8a4d2844973ada97a385600382a4605d.tar.bz2
cryptography-d4bbed7c8a4d2844973ada97a385600382a4605d.zip
Merge pull request #2511 from alex/pypy-4.0.1
bump to pypy 4.0.1
-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