summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'cdap/cdapplugin/tox.ini')
-rw-r--r--cdap/cdapplugin/tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/cdap/cdapplugin/tox.ini b/cdap/cdapplugin/tox.ini
index afabca4..246851e 100644
--- a/cdap/cdapplugin/tox.ini
+++ b/cdap/cdapplugin/tox.ini
@@ -2,7 +2,9 @@
envlist = py27
[testenv]
deps=
- pytest
- uuid==1.30
+ -rrequirements.txt
cloudify==3.4
-commands=pytest
+ pytest
+ coverage
+ pytest-cov
+commands=pytest --junitxml xunit-reports/xunit-result-cdapcloudify.xml --cov {envsitepackagesdir} --cov-report=xml