summaryrefslogtreecommitdiffstats
path: root/tox-local.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox-local.ini')
-rw-r--r--tox-local.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/tox-local.ini b/tox-local.ini
new file mode 100644
index 0000000..978634d
--- /dev/null
+++ b/tox-local.ini
@@ -0,0 +1,15 @@
+[tox]
+envlist = py27,py36
+
+[testenv]
+deps=
+ -rrequirements.txt
+ pytest
+ coverage
+ pytest-cov
+setenv =
+ CONSUL_HOST = 8.8.8.8
+ HOSTNAME = config_binding_service
+commands=pytest --cov {envsitepackagesdir}/config_binding_service --cov-report html
+
+