From 1124a453feb24308f58bda363c229f632cafd82f Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 20 Dec 2016 05:20:08 -0500 Subject: dovetail tool: fully tox supported JIRA: DOVETAIL-165 1, fully tox supported 2, previous easy setup abandoned 3, CI verify job changed accordingly 4, unittest bug fix this should merge after https://gerrit.opnfv.org/gerrit/#/c/26297/ results see https://etherpad.opnfv.org/p/dovetail_report Change-Id: I52ce3999fcde7e817854e4a39f4111eef081bc78 Signed-off-by: MatthewLi --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 12cf8e32..606bcf62 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,pep8 +envlist = py27 [testenv] basepython=python2 @@ -20,6 +20,11 @@ setenv = deps = flake8 commands = flake8 {toxinidir} +[testenv:py27-cover] +commands = python setup.py testr --coverage \ + --omit='{toxinidir}/dovetail/tests*' \ + --testr-args='{posargs}' + [flake8] show-source = True ignore = E123,E125,H803 -- cgit 1.2.3-korg