Generate coverage reports.

This commit is contained in:
Michael Elsdörfer 2016-08-30 13:33:35 +02:00
parent b92eeed50b
commit 630423d24a

View File

@ -9,7 +9,7 @@ deps = nose
pytest
pytest-cov
hypothesis
commands = py.test
commands = py.test --cov reports
[testenv:docs]
basepython = python