Merge "tox: Fix typo"

This commit is contained in:
Zuul 2018-10-03 19:18:28 +00:00 committed by Gerrit Code Review
commit 2ca49ee682
1 changed files with 1 additions and 1 deletions

View File

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