diff --git a/tox.ini b/tox.ini index f80b361..456f148 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning deps = -r{toxinidir}/test-requirements.txt -commands = stest run --slowest {posargs} +commands = stestr run --slowest {posargs} [testenv:pep8] commands = flake8 {posargs}