diff --git a/tox.ini b/tox.ini index 93cf4d0906..584d48171b 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = python setup.py test --slowest --testr-args='{posargs}' [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t tests {posargs} [testenv:cover] setenv = VIRTUAL_ENV={envdir} @@ -34,10 +34,10 @@ commands = {toxinidir}/tools/run-bashate.sh flake8 {posargs} python {toxinidir}/tools/validate-all-file.py - bandit -r ansible/library kolla tests tools + bandit -r ansible kolla_ansible tests tools [testenv:bandit] -commands = bandit -r ansible/library kolla tests tools +commands = bandit -r ansible kolla_ansible tests tools [testenv:venv] commands = {posargs}