Fix oslo_debug_helper not running

Specify test directory so that tox won't complain
`ImportError: Start directory is not importable`.

Change-Id: I1a6f997f6ea3bba9c80131c6e70783f67e7a83ed
This commit is contained in:
yushangbin 2017-02-22 20:10:02 +08:00
parent 9ddd0c862c
commit 8d03957632
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t ironic_ui/test/tests {posargs}
[flake8]