aboutsummaryrefslogtreecommitdiffstats
path: root/tox-local.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox-local.ini')
-rw-r--r--tox-local.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/tox-local.ini b/tox-local.ini
new file mode 100644
index 0000000..9fa22fa
--- /dev/null
+++ b/tox-local.ini
@@ -0,0 +1,14 @@
+# content of: tox.ini , put in same dir as setup.py
+[tox]
+envlist = py36
+
+[testenv]
+deps=
+ -rrequirements.txt
+ pytest
+ coverage
+ pytest-cov
+setenv =
+ HOSTNAME = miss_htbt_service
+commands=
+ pytest --verbose --cov miss_htbt_service --cov-report=html