Merge "add coverage package name option to testr"

This commit is contained in:
Jenkins 2016-09-08 14:17:15 +00:00 committed by Gerrit Code Review
commit c1541184f6
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ commands =
install_command = pip install -U {opts} {packages}
basepython = python2.7
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
python setup.py testr --coverage --coverage-package-name='poppy' --testr-args='{posargs}'
coverage xml
[testenv:venv]
commands = {posargs}