From c4b68d917670e2ac4890bad1b6a9077e54babe0c Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Tue, 21 Feb 2017 23:42:25 +0800 Subject: [PATCH] Fix oslo_debug_helper not running Specify test directory so that tox won't complain `ImportError: Start directory is not importable` Change-Id: Ib2122760de21cea7f61ebf668639acd0e1dad123 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6cbcf91..c293c28 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands = python setup.py build_sphinx [testenv:debug] -commands = oslo_debug_helper {posargs} +commands = oslo_debug_helper -t cloudkittydashboard/tests {posargs} [flake8] # E123, E125 skipped as they are invalid PEP-8.