aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-06-02 05:30:41 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-07 23:27:54 -0500
commit74b0ea5b668370e11e6191a1f85c826044d6d5e7 (patch)
treed1b92bdd805ea741a2dccb953447600bf9c7b9d6 /.travis
parent68b3b1ea8661b98c7afc3243e84c998601b70f18 (diff)
downloadcryptography-74b0ea5b668370e11e6191a1f85c826044d6d5e7.tar.gz
cryptography-74b0ea5b668370e11e6191a1f85c826044d6d5e7.tar.bz2
cryptography-74b0ea5b668370e11e6191a1f85c826044d6d5e7.zip
Test with PyPy 2.6.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 7c3e9de2..9db27437 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -35,8 +35,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
pypy)
brew outdated pyenv || brew upgrade pyenv
- pyenv install pypy-2.5.1
- pyenv global pypy-2.5.1
+ pyenv install pypy-2.6.0
+ pyenv global pypy-2.6.0
;;
pypy3)
brew outdated pyenv || brew upgrade pyenv