Fix oslo_debug_helper not running

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

Change-Id: I16fff5a8a43da50e4db8fbc5ef32cb59b0ba7f24
This commit is contained in:
Jeremy Liu 2017-02-21 23:37:33 +08:00 committed by Luka Peschke
parent 63ac84b165
commit 378ee67117
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ commands =
[testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t cloudkittyclient/tests {posargs}
[testenv:functional]
passenv = OS_CLOUD OS_PROJECT_DOMAIN_ID OS_USER_DOMAIN_ID OS_PROJECT_DOMAIN_NAME OS_USER_DOMAIN_NAME OS_PROJECT_NAME OS_IDENTITY_API_VERSION OS_PASSWORD OS_AUTH_TYPE OS_AUTH_URL OS_USERNAME