Merge "Improve tox to show coverage report on same window"

This commit is contained in:
Jenkins 2015-12-17 11:32:25 +00:00 committed by Gerrit Code Review
commit 899a2ba26c

View File

@ -123,6 +123,7 @@ whitelist_externals = {[testenv:pep8]whitelist_externals}
basepython = python2.7
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:cover-constraints]
basepython = {[testenv:cover]basepython}