mirror of https://github.com/scrapy/scrapy.git
Don't run coverage stats when on PyPy
This commit is contained in:
parent
8c4f614d21
commit
70f260d353
5
tox.ini
5
tox.ini
|
|
@ -54,6 +54,11 @@ commands =
|
|||
pip install -U https://github.com/scrapy/queuelib/archive/master.zip#egg=queuelib
|
||||
py.test --cov=scrapy --cov-report= {posargs:scrapy tests}
|
||||
|
||||
[testenv:pypy]
|
||||
basepython = pypy
|
||||
commands =
|
||||
py.test {posargs:scrapy tests}
|
||||
|
||||
[testenv:py33]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in New Issue