diff --git a/tox.ini b/tox.ini
index ff9a239d..c8ae793a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,7 +45,7 @@ basepython = python3
 setenv =
     PYTHON=coverage run --source senlinclient --parallel-mode
 commands =
-    stestr run '{posargs}'
+    stestr run {posargs}
     coverage combine
     coverage html -d cover
     coverage xml -o cover/coverage.xml