summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 34ec844..187ea20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,8 +27,7 @@ commands = python setup.py testr --coverage
commands = {posargs}
[testenv:debug]
-commands =
- {toxinidir}/tools/debug_helper.sh {posargs}
+commands = oslo_debug_helper.sh {posargs}
[flake8]
show-source = True