diff options
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x | .travis/install.sh | 5 |
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 |