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:
parent
c0b70897ae
commit
24852cd0b3
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user