summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c44391d..9912e5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,7 +46,7 @@ basepython = python3
setenv =
PYTHON=coverage run --source oslo_db --parallel-mode
commands =
- stestr run '{posargs}'
+ stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml