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
This commit is contained in:
Luigi Toscano 2018-06-27 00:23:56 +02:00
parent 02b7f5e939
commit 18d1ab119a
1 changed files with 2 additions and 0 deletions

View File

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