Merge "Support printing coverage report run tox -ecover"

This commit is contained in:
Jenkins 2017-01-04 08:03:50 +00:00 committed by Gerrit Code Review
commit b9449889ab
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ commands = flake8
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:genconfig]
deps =