summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'sshkeyshare/tox.ini')
-rw-r--r--sshkeyshare/tox.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/sshkeyshare/tox.ini b/sshkeyshare/tox.ini
index 3a6c714..29b7a45 100644
--- a/sshkeyshare/tox.ini
+++ b/sshkeyshare/tox.ini
@@ -2,6 +2,12 @@
envlist = py27
[testenv]
deps=
- pytest
cloudify==3.4
-commands=pytest
+ pytest
+ coverage
+ pytest-cov
+setenv=
+ PYTHONPATH={toxinidir}
+commands=
+ pytest --junitxml xunit-results.xml --cov sshkeyshare --cov-report xml
+ coverage xml