From cf5fe0f8b49f6f354a77fb28b56465a2e18e820d Mon Sep 17 00:00:00 2001 From: Sastry Isukapalli Date: Wed, 28 Mar 2018 02:41:01 -0400 Subject: Adding an autostart in Docker Issue-ID: OPTFRA-22 Change-Id: I6b5e072d48d312e86cd681908e62b71059774093 Signed-off-by: Sastry Isukapalli --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dbbde5e..cdb7381 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ distribute = False commands = coverage run --module pytest --junitxml xunit-results.xml coverage xml --omit=".tox/py3/*","test/*" - coverage report --omit=".tox/py3/*","test/*" + coverage report -m --omit=".tox/py3/*","test/*" # TODO: need to update the above "omit" when we package osdf as pip-installable deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test/test-requirements.txt -- cgit 1.2.3-korg