Merge "add coverage package name option to testr"
This commit is contained in:
commit
c1541184f6
4
tox.ini
4
tox.ini
@ -63,8 +63,8 @@ commands =
|
|||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --coverage --testr-args='{posargs}'
|
python setup.py testr --coverage --coverage-package-name='poppy' --testr-args='{posargs}'
|
||||||
coverage report
|
coverage xml
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user