Fix coverage tox venv

We need to configure tox to actually run coverage or we get no data
for coverage to combine.

Change-Id: I6dc1601e628ac1090ce7a277c2be4b97f8577058
This commit is contained in:
Ben Nemec 2019-06-03 17:58:20 +00:00
parent 9b454d7289
commit 9513d26b47
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ commands =
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source oslo_config --parallel-mode
commands =
coverage erase
{[testenv]commands}