mirror of https://github.com/scrapy/scrapy.git
Move apt-get command from Tox to Travis CI
This commit is contained in:
parent
0dff5781bc
commit
798a818caf
|
|
@ -42,6 +42,7 @@ matrix:
|
|||
python: 3.8
|
||||
dist: bionic
|
||||
install:
|
||||
- apt-get -y remove libssl-dev
|
||||
- |
|
||||
if [[ ! -z "$PYPY_VERSION" ]]; then
|
||||
export PYPY_VERSION="pypy$PYPY_VERSION-linux64"
|
||||
|
|
|
|||
Loading…
Reference in New Issue