tox -e py27 still doesn't work, but this is a start

Change-Id: I7b60570117fad47e44d9074f7766eceffeac544a
This commit is contained in:
Jake Yip 2018-08-30 15:51:01 +10:00
parent cc0647ce1a
commit 81fbaba599
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}