Don't run coverage stats when on PyPy

This commit is contained in:
Paul Tremberth 2017-02-01 15:14:32 +01:00
parent 8c4f614d21
commit 70f260d353
1 changed files with 5 additions and 0 deletions

View File

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