aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-13 10:07:55 -0700
committerstark, steven <ss820f@att.com>2018-04-13 10:09:47 -0700
commit671ada85afbb8112a7ae854950cea24756be4dd3 (patch)
tree719c5b2b553488204a2c5244e8ec25b4bfa53b3a /tox.ini
parent14f744bd87e0ce036a2be13f0ae693638c85b1c3 (diff)
[VVP] adding pom file and sonar coverage
adding pom file adding mvn phase script to generate converage Change-Id: I64d47dab30a490651965cd5d6f914c920959d9dc Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 882140f..465cf5b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,10 +48,11 @@ commands =
{envpython} --version
pytest --version
coverage run --module pytest ice_validator --self-test -rxXs
- coverage report
+ coverage xml
deps = -rrequirements.txt
flake8
coverage
+ pytest
[testenv:style]
commands = flake8 ice_validator