Merge "fix typo"

This commit is contained in:
Zuul 2018-10-04 08:23:42 +00:00 committed by Gerrit Code Review
commit cee6161824
1 changed files with 1 additions and 1 deletions

View File

@ -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}