Merge "Improve tox to show coverage results"

This commit is contained in:
Jenkins 2015-12-17 22:43:46 +00:00 committed by Gerrit Code Review
commit aa82107e7b
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ commands = {[testenv:bandit]commands}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:cover-constraints]
install_command = {[testenv:common-constraints]install_command}