aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-27 23:39:06 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-27 23:39:06 -0400
commitf723449dcb214dc820da4eee8cefd376a08a5840 (patch)
tree30656d680eb13bb4959b1c4242332ef7323c04fb /.travis
parent51c17f14259ac9a5fe5436e03d33cac1194ca67c (diff)
downloadcryptography-f723449dcb214dc820da4eee8cefd376a08a5840.tar.gz
cryptography-f723449dcb214dc820da4eee8cefd376a08a5840.tar.bz2
cryptography-f723449dcb214dc820da4eee8cefd376a08a5840.zip
Use PyPy 2.5.1 on Travis OS X
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 f82cc4a3..d42944d7 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -41,8 +41,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
pypy)
brew upgrade pyenv
- pyenv install pypy-2.5.0
- pyenv global pypy-2.5.0
+ pyenv install pypy-2.5.1
+ pyenv global pypy-2.5.1
;;
pypy3)
brew upgrade pyenv