Enable code coverage report in console output

Modified tox configuration to enable code coverage report in console output

Change-Id: I1b08adfe9aeb4903838465f1008db0bb98567885
This commit is contained in:
Michael Lekkas 2016-08-26 14:06:45 +01:00
parent 4b389bc03b
commit 5563c08f8b

View File

@ -31,6 +31,7 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'
coverage report
[testenv:docs]
commands =