fix test debug

Change-Id: I1353fde1abae1b2536f1fba11cdcbde87074c855
This commit is contained in:
gordon chung
2016-01-05 16:25:21 -05:00
parent b4547dff50
commit 92f8ff7d0f

View File

@@ -29,7 +29,7 @@ commands =
python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = {toxinidir}/setup-tests.sh oslo_debug_helper {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.