aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-16 12:51:24 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-16 12:51:24 -0400
commit37de4f41c1bd6ff4f66e633855ca51e206ef3c92 (patch)
tree5c87608812e90bc6989c1de7b322954321f14f38 /.travis
parent59bcae860e9b0b2d603608965e5ef3d913b2c92e (diff)
downloadcryptography-37de4f41c1bd6ff4f66e633855ca51e206ef3c92.tar.gz
cryptography-37de4f41c1bd6ff4f66e633855ca51e206ef3c92.tar.bz2
cryptography-37de4f41c1bd6ff4f66e633855ca51e206ef3c92.zip
ugh. good system.
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 81b2c4db..e5cdbba9 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.3.0
- pyenv global pypy-2.3.0
+ pyenv install pypy-2.3
+ pyenv global pypy-2.3
pip install virtualenv
;;
py32)