summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-13 15:59:33 -0700
committerstark, steven <ss820f@att.com>2018-04-13 15:59:33 -0700
commit2c374d687fbfcaadf99509ed632f168d602859cb (patch)
tree7d9f7a20da28fe92a5eaeaa072a673512e92f4f5 /tox.ini
parent6b60ac504256b6388e88647df65f6648eeb80e92 (diff)
[VVP] adding config for test coverage report
modifed tox, pom, and tests to create coverage report Change-Id: I98321c3d5c205622a3b4f5662566934f323ba70f Issue-ID: VVP-56 Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f8cb41b..c632928 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,8 +38,10 @@ setenv =
[testenv:py36-django1-10-6]
basepython = python3.6
deps = -r{toxinidir}/django/requirements.txt
+ django-jenkins
+ coverage
commands = python --version
- django-admin.py test
+ python {toxinidir}/django/manage.py jenkins --enable-coverage
[testenv:style]
basepython = python3