summaryrefslogtreecommitdiffstats
path: root/ice-server/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ice-server/tox.ini')
-rw-r--r--ice-server/tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/ice-server/tox.ini b/ice-server/tox.ini
index 8da170d..afae937 100644
--- a/ice-server/tox.ini
+++ b/ice-server/tox.ini
@@ -40,14 +40,14 @@
[tox]
skipsdist=True
-envlist = py3
+envlist = py35
[testenv]
distribute = False
commands =
{envpython} --version
- pytest
+ coverage run --module pytest heat_test
+ coverage xml
deps = -rrequirements.txt
-
-[testenv:py3]
-basepython=python3.5
+ coverage
+ pytest-cov