Use stestr in tox.ini

Like our other projects, we should use stestr now. This helps especially
with being able to run one test at a time locally.

Change-Id: Ic9b139168654930b4f2f0a0477bbb8779b477590
This commit is contained in:
Colleen Murphy 2018-01-17 14:37:32 +01:00
parent b7496d8b23
commit 8026c964f3
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