Fix post coverage job option not recognized
Remove option --coverage-package-name as it does not appear to be a currently valid option. Example broken jenkins job: https://jenkins05.openstack.org/job/taskflow-coverage/68 Change-Id: I63c501c2e4b1f83c5ca0efe192d9534cc156903d
This commit is contained in:
parent
f5a276d3cd
commit
b8f1447a08
2
tox.ini
2
tox.ini
@ -49,7 +49,7 @@ commands = pylint --rcfile=pylintrc taskflow
|
||||
basepython = python2.7
|
||||
deps = {[testenv:py27]deps}
|
||||
coverage>=3.6
|
||||
commands = python setup.py testr --coverage --coverage-package-name=taskflow --testr-args='{posargs}'
|
||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
|
||||
[testenv:venv]
|
||||
basepython = python2.7
|
||||
|
Loading…
Reference in New Issue
Block a user