summaryrefslogtreecommitdiffstats
path: root/oti/event-handler/tox-local.ini
diff options
context:
space:
mode:
Diffstat (limited to 'oti/event-handler/tox-local.ini')
-rw-r--r--oti/event-handler/tox-local.ini16
1 files changed, 0 insertions, 16 deletions
diff --git a/oti/event-handler/tox-local.ini b/oti/event-handler/tox-local.ini
deleted file mode 100644
index fdfa4fc..0000000
--- a/oti/event-handler/tox-local.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-# tox -c tox-local.ini
-[tox]
-envlist = py36
-skip_missing_interpreters = true
-
-[testenv]
-deps=
- -rrequirements.txt
- pytest
- coverage
- pytest-cov
-setenv =
- PYTHONPATH={toxinidir}
-recreate = True
-commands=
- pytest --cov otihandler --cov-report=html --cov-report=term --verbose tests