aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-03 22:14:21 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-03 22:14:21 -0600
commitf9654fc7331b5d5b3ce591f243502371fd2fbfa0 (patch)
tree53063d267bf29f67c1f908840bb82a1704142036 /.travis
parent6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0 (diff)
downloadcryptography-f9654fc7331b5d5b3ce591f243502371fd2fbfa0.tar.gz
cryptography-f9654fc7331b5d5b3ce591f243502371fd2fbfa0.tar.bz2
cryptography-f9654fc7331b5d5b3ce591f243502371fd2fbfa0.zip
install me a pypy plz
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 1807e06d..f163f217 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -35,7 +35,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 3.5.1
pyenv global 3.5.1
;;
- pypy)
+ pypy*)
pyenv install pypy-4.0.1
pyenv global pypy-4.0.1
;;