summaryrefslogtreecommitdiffstats
path: root/ice-server/tox.ini
diff options
context:
space:
mode:
authorMickael JEZEQUEL <mickael.jezequel@orange.com>2018-03-08 16:18:04 +0100
committerMickael JEZEQUEL <mickael.jezequel@orange.com>2018-03-08 16:59:06 +0100
commitdd79a38607c40db86de950b4c1ecdff443fe68f4 (patch)
tree8c21a18c1aa365b1ea8fbe779e7be331ab56550d /ice-server/tox.ini
parentb2727af1d234bae3e64cf31a0af3dfee2d1c91f8 (diff)
fix sonar job configuration
Change-Id: I437da70e82fe970f8455bb45e9454959ec6cfc3c Issue-ID: VNFSDK-39 Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
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