Fix oslo_debug_helper not running

Specify test directory so that tox won't complain
`ImportError: Start directory is not importable`.
Also fix a warning when running debug.

Change-Id: I7111c553bef110130abcd23f1e402d35868e3852
Closes-Bug: #1666560
This commit is contained in:
Jeremy Liu 2017-03-05 21:13:29 +08:00
parent c0b70897ae
commit 24852cd0b3
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
whitelist_externals = oslo_debug_helper
commands = oslo_debug_helper -t mistraldashboard/test {posargs}
[flake8]
show-source = True