aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorSastry Isukapalli <sastry@research.att.com>2018-03-28 02:41:01 -0400
committerSastry Isukapalli <sastry@research.att.com>2018-03-28 02:41:29 -0400
commitcf5fe0f8b49f6f354a77fb28b56465a2e18e820d (patch)
tree8e37966495e07eca0d9ee0748707ecb888e628f9 /tox.ini
parenta79d2cdd881bbafaf672b20ec540ee1c34ddfb3a (diff)
Adding an autostart in Docker
Issue-ID: OPTFRA-22 Change-Id: I6b5e072d48d312e86cd681908e62b71059774093 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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