Do not be verbose with coverage report by default

This commit is contained in:
Daniel Graña 2015-08-13 19:02:36 -03:00
parent 108c3e63a5
commit cb9577a6d4
1 changed files with 2 additions and 2 deletions

View File

@ -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