From 6a41035d8c16bf00c646b22e9e308324403c3236 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 27 Jun 2018 00:23:56 +0200 Subject: [PATCH] Switch the coverage tox target to stestr Use coverage+stestr for the cover tox target. With this change, testrepository is not required anymore. Change-Id: Ia294ee8003ccc10104f68777bea6921ff97bacef --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index e9ff9ae..25aed17 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,8 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [testenv:cover] basepython = python3 +setenv = + PACKAGE_NAME=sahara commands = {toxinidir}/tools/cover.sh {posargs} [testenv:debug-py27]