Generate coverage reports.

This commit is contained in:
Michael Elsdörfer 2016-08-30 13:33:35 +02:00
parent b92eeed50b
commit 68c17f1181
1 changed files with 1 additions and 1 deletions

View File

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