commit | 1a13a5ffccbc41f3b615016397e9d9aed6e61d59 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Nov 01 11:46:36 2015 +0900 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Nov 01 11:46:36 2015 +0900 |
tree | 9bc1db24b34ba1f60693cd3bce3ddd2a7febc150 | |
parent | 849f12026c8c2cfc9cf7cb8f9a1d0ea92b4df62d [diff] | |
parent | 89fb47da94850f32d819afe2a50cafb9e1e77a85 [diff] |
Merge pull request #2459 from alex/pypy-4 pypy 4.0.0
diff --git a/.travis/install.sh b/.travis/install.sh index 114c7de..21e4152 100755 --- a/.travis/install.sh +++ b/.travis/install.sh
@@ -60,8 +60,8 @@ PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" - pyenv install pypy-c-jit-latest - pyenv global pypy-c-jit-latest + pyenv install pypy-4.0.0 + pyenv global pypy-4.0.0 fi pip install virtualenv fi