testr doesnt support the --coverage-package-name option

replace 'testr' with 'test' for coverage

Change-Id: I5c057c09a2f8632f24ac14b4df99d85cc93d3441
This commit is contained in:
Isaac Mungai 2016-09-08 11:19:22 -04:00
parent c1541184f6
commit 57ecf44f72
1 changed files with 1 additions and 1 deletions

View File

@ -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]