summaryrefslogtreecommitdiffstats
path: root/windriver/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'windriver/tox.ini')
-rw-r--r--windriver/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/windriver/tox.ini b/windriver/tox.ini
index 764cf01c..90357d66 100644
--- a/windriver/tox.ini
+++ b/windriver/tox.ini
@@ -9,6 +9,6 @@ downloadcache = ~/cache/pip
setenv =
PYTHONPATH = {toxinidir}/../newton
deps = -r{toxinidir}/requirements.txt
-commands = coverage run --branch manage.py test titanium_cloud
- coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov
-
+commands =
+ coverage run --branch manage.py test titanium_cloud
+ coverage report --omit=".tox/*,*tests*,*__init__.py,*newton*" --fail-under=30