Small fix

This commit is contained in:
Akshay Sharma 2021-07-15 20:04:27 +05:30
parent 265301215a
commit c1ef25461e
2 changed files with 1 additions and 11302 deletions

11301
coverage.xml

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@ passenv =
#allow tox virtualenv to upgrade pip/wheel/setuptools
download = true
commands =
py.test --cov=scrapy --cov-report=html --cov-report= {posargs:--durations=10 docs scrapy tests}
py.test --cov=scrapy --cov-report=xml --cov-report= {posargs:--durations=10 docs scrapy tests}
install_command =
pip install -U -ctests/upper-constraints.txt {opts} {packages}