Merge "Use stestr in tox.ini"

This commit is contained in:
Zuul 2018-01-19 05:29:26 +00:00 committed by Gerrit Code Review
commit e78a675340
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[kerberos,saml2,betamax,oauth1]
commands = ostestr {posargs}
commands = stestr run {posargs}
whitelist_externals =
bash