aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-23 09:43:58 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-23 09:43:58 -0600
commitad230673ddbcda54816f09a4471a898e81422258 (patch)
tree414cdea7c92acab78321696796cd966c3656feb4 /.travis/install.sh
parenta4cc7456c3b27cd11bfbb133f88395fbad487ded (diff)
downloadcryptography-ad230673ddbcda54816f09a4471a898e81422258.tar.gz
cryptography-ad230673ddbcda54816f09a4471a898e81422258.tar.bz2
cryptography-ad230673ddbcda54816f09a4471a898e81422258.zip
add pypy3 to build matrix
excluding on linux until the ubuntu ppa has it
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 1152556c..418aeedf 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -49,6 +49,11 @@ if [[ "$DARWIN" = true ]]; then
pyenv install pypy-2.4.0
pyenv global pypy-2.4.0
;;
+ pypy3)
+ brew upgrade pyenv
+ pyenv install pypy3-2.4.0
+ pyenv global pypy3-2.4.0
+ ;;
docs)
curl -O https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py