aboutsummaryrefslogtreecommitdiffstats
path: root/nlp/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'nlp/tox.ini')
-rw-r--r--nlp/tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/nlp/tox.ini b/nlp/tox.ini
index 2b6716e..92767c4 100644
--- a/nlp/tox.ini
+++ b/nlp/tox.ini
@@ -13,14 +13,12 @@ commands = flake8
[testenv]
deps = -r{toxinidir}/requirements.txt
-commands = pytest
+commands = coverage run --branch TestApiSquad.py
[testenv:py36]
commands =
{[testenv]commands}
[testenv:cov]
-deps = pytest
- pytest-cov
-commands = pytest --cov-report=html
-
+deps = coverage==4.2
+commands = coverage xml --omit="*test*,*__init__.py,*site-packages*,*Test*" \ No newline at end of file