mirror of https://github.com/scrapy/scrapy.git
Fix PyPy installation for the pypy3-pinned Tox environment
This commit is contained in:
parent
6fe6aec8c5
commit
6b648e0169
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue