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.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/cdap/cdapplugin/tox.ini b/cdap/cdapplugin/tox.ini
index 246851e..2f4bb03 100644
--- a/cdap/cdapplugin/tox.ini
+++ b/cdap/cdapplugin/tox.ini
@@ -7,4 +7,8 @@ deps=
pytest
coverage
pytest-cov
-commands=pytest --junitxml xunit-reports/xunit-result-cdapcloudify.xml --cov {envsitepackagesdir} --cov-report=xml
+setenv=
+ PYTHONPATH={toxinidir}
+commands=
+ pytest --junitxml xunit-results.xml --cov cdapcloudify --cov-report xml
+ coverage xml