Merge "fix test debug"

This commit is contained in:
Jenkins 2016-01-11 14:25:20 +00:00 committed by Gerrit Code Review
commit 58422a091c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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.