add pip 20.2 test for tox

This commit is contained in:
dswij 2020-09-29 00:27:39 +07:00
parent 5a38639359
commit 9186e5a686
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ passenv =
GCS_PROJECT_ID
commands =
py.test --cov=scrapy --cov-report= {posargs:--durations=10 docs scrapy tests}
install_command =
pip install --use-feature=2020-resolver {opts} {packages}
[testenv:typing]
basepython = python3