summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--tox.ini2
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e346599..8010eea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,7 @@ ENV/
# Rope project settings
.ropeproject
+
+# Test report
+xunit-reports
+coverage-reports \ No newline at end of file
diff --git a/tox.ini b/tox.ini
index 116e6e9..cce1b63 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,4 +13,4 @@ deps=
setenv =
CONSUL_HOST = 8.8.8.8
HOSTNAME = config_binding_service
-commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov .tox/py35/lib/python3.5/site-packages/ --cov-report=xml \ No newline at end of file
+commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov {envsitepackagesdir} --cov-report=xml \ No newline at end of file