Fix PyPy installation for the pypy3-pinned Tox environment

This commit is contained in:
Adrián Chaves 2020-07-01 16:38:32 +02:00
parent 6fe6aec8c5
commit 6b648e0169
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ matrix:
dist: bionic
install:
- |
if [ "$TOXENV" = "pypy3" ]; then
if [[ ! -z "$PYPY_VERSION" ]]; then
export PYPY_VERSION="pypy$PYPY_VERSION-linux64"
wget "https://bitbucket.org/pypy/pypy/downloads/${PYPY_VERSION}.tar.bz2"
tar -jxf ${PYPY_VERSION}.tar.bz2