testr doesnt support the --coverage-package-name option
replace 'testr' with 'test' for coverage Change-Id: I5c057c09a2f8632f24ac14b4df99d85cc93d3441
This commit is contained in:
parent
c1541184f6
commit
57ecf44f72
2
tox.ini
2
tox.ini
@ -63,7 +63,7 @@ commands =
|
||||
install_command = pip install -U {opts} {packages}
|
||||
basepython = python2.7
|
||||
commands =
|
||||
python setup.py testr --coverage --coverage-package-name='poppy' --testr-args='{posargs}'
|
||||
python setup.py test --coverage --coverage-package-name='poppy' --testr-args='{posargs}'
|
||||
coverage xml
|
||||
|
||||
[testenv:venv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user