[MRG+1] TST test agains latest pypy (#3309)

pypy3 is not upgraded, as tests segfault with pypy3 6.0 for some reason
This commit is contained in:
Mikhail Korobov 2018-06-28 01:11:15 +05:00 committed by GitHub
parent bc4dbd2766
commit 8782901fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ matrix:
install:
- |
if [ "$TOXENV" = "pypy" ]; then
export PYPY_VERSION="pypy-5.9-linux_x86_64-portable"
export PYPY_VERSION="pypy-6.0.0-linux_x86_64-portable"
wget "https://bitbucket.org/squeaky/portable-pypy/downloads/${PYPY_VERSION}.tar.bz2"
tar -jxf ${PYPY_VERSION}.tar.bz2
virtualenv --python="$PYPY_VERSION/bin/pypy" "$HOME/virtualenvs/$PYPY_VERSION"