Merge "Switch the coverage tox target to stestr"

This commit is contained in:
Zuul 2018-07-12 00:09:19 +00:00 committed by Gerrit Code Review
commit a21159a3ab
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]