aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-09 08:59:59 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-09 08:59:59 -0700
commite653e490b4d648daf3cb85d8050d04b47469a939 (patch)
tree1faf95d5c7b61a66427d9e41fb507233a17c5e6e /.travis
parent07287ff1eac2ab5acf6a5f5144704b48da2c820b (diff)
downloadcryptography-e653e490b4d648daf3cb85d8050d04b47469a939.tar.gz
cryptography-e653e490b4d648daf3cb85d8050d04b47469a939.tar.bz2
cryptography-e653e490b4d648daf3cb85d8050d04b47469a939.zip
Use PyPy 2.3 on 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 79790050..81b2c4db 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -42,8 +42,8 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
sudo pip install virtualenv
;;
pypy)
- pyenv install pypy-2.2.1
- pyenv global pypy-2.2.1
+ pyenv install pypy-2.3.0
+ pyenv global pypy-2.3.0
pip install virtualenv
;;
py32)