commit | f9654fc7331b5d5b3ce591f243502371fd2fbfa0 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jan 03 22:14:21 2016 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jan 03 22:14:21 2016 -0600 |
tree | 53063d267bf29f67c1f908840bb82a1704142036 | |
parent | 6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0 [diff] |
install me a pypy plz
diff --git a/.travis/install.sh b/.travis/install.sh index 1807e06..f163f21 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -35,7 +35,7 @@ pyenv install 3.5.1 pyenv global 3.5.1 ;; - pypy) + pypy*) pyenv install pypy-4.0.1 pyenv global pypy-4.0.1 ;;