From a7ad45bfbb3ca56d5d7f0e6cc2b3229487fc1177 Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Sun, 10 Jun 2018 13:51:31 +0200 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5c3f0439b2..1ea2117472 100644 --- a/tox.ini +++ b/tox.ini @@ -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