Merge "Fix testenv cover in tox.ini"

This commit is contained in:
Zuul 2018-07-20 07:21:09 +00:00 committed by Gerrit Code Review
commit 369c513c09
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ commands =
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source $project --parallel-mode
{[testenv]setenv}
PYTHON=coverage run --source mistral --parallel-mode
commands =
stestr run '{posargs}'
coverage combine