Fix tox-cover

The tox-cover environment is broken since the switch to stestr. Fix
that like it is done in shade.

Change-Id: I1e6ccf9f3c7c1352caa39a60646ec2e768dfbb71
This commit is contained in:
Tobias Henkel
2018-06-10 13:51:31 +02:00
parent 34abd1d83d
commit a7ad45bfbb

View File

@ -56,6 +56,7 @@ commands =
install_command = {[nodeenv]install_command}
setenv =
{[testenv]setenv}
PYTHON=coverage run --source zuul --parallel-mode
commands =
stestr run {posargs}
coverage combine