mirror of https://github.com/scrapy/scrapy.git
Do not be verbose with coverage report by default
This commit is contained in:
parent
108c3e63a5
commit
cb9577a6d4
4
tox.ini
4
tox.ini
|
|
@ -15,7 +15,7 @@ deps =
|
|||
leveldb
|
||||
-rtests/requirements.txt
|
||||
commands =
|
||||
py.test --cov=scrapy {posargs:scrapy tests}
|
||||
py.test --cov=scrapy --cov-report= {posargs:scrapy tests}
|
||||
|
||||
[testenv:precise]
|
||||
basepython = python2.7
|
||||
|
|
@ -34,7 +34,7 @@ basepython = python2.7
|
|||
commands =
|
||||
pip install -U https://github.com/scrapy/w3lib/archive/master.zip#egg=w3lib
|
||||
pip install -U https://github.com/scrapy/queuelib/archive/master.zip#egg=queuelib
|
||||
py.test --cov=scrapy {posargs:scrapy tests}
|
||||
py.test --cov=scrapy --cov-report= {posargs:scrapy tests}
|
||||
|
||||
[testenv:py33]
|
||||
basepython = python3.3
|
||||
|
|
|
|||
Loading…
Reference in New Issue