diff --git a/tox.ini b/tox.ini index 6cbcf91..c293c28 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands = python setup.py build_sphinx [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t cloudkittydashboard/tests {posargs} [flake8] # E123, E125 skipped as they are invalid PEP-8.