mirror of https://github.com/scrapy/scrapy.git
Small fix
This commit is contained in:
parent
265301215a
commit
c1ef25461e
11301
coverage.xml
11301
coverage.xml
File diff suppressed because it is too large
Load Diff
2
tox.ini
2
tox.ini
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue