diff --git a/tox.ini b/tox.ini index 9d03fe96f..b1a426eae 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ basepython = python3.6 commands = pytest {posargs} [testenv:cover] -commands = python setup.py test --coverage --testr-args='{posargs}' +commands = python setup.py test --coverage --testr-args={posargs} [testenv:docs] basepython = python3