diff options
author | Mickael JEZEQUEL <mickael.jezequel@orange.com> | 2018-03-08 16:18:04 +0100 |
---|---|---|
committer | Mickael JEZEQUEL <mickael.jezequel@orange.com> | 2018-03-08 16:59:06 +0100 |
commit | dd79a38607c40db86de950b4c1ecdff443fe68f4 (patch) | |
tree | 8c21a18c1aa365b1ea8fbe779e7be331ab56550d /validation-scripts/tox.ini | |
parent | b2727af1d234bae3e64cf31a0af3dfee2d1c91f8 (diff) |
fix sonar job configuration
Change-Id: I437da70e82fe970f8455bb45e9454959ec6cfc3c
Issue-ID: VNFSDK-39
Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
Diffstat (limited to 'validation-scripts/tox.ini')
-rw-r--r-- | validation-scripts/tox.ini | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/validation-scripts/tox.ini b/validation-scripts/tox.ini index 882140f..62964eb 100644 --- a/validation-scripts/tox.ini +++ b/validation-scripts/tox.ini @@ -40,7 +40,7 @@ [tox] skipsdist=True -envlist = py27,py3,style +envlist = py27,py35 [testenv] distribute = False @@ -48,16 +48,7 @@ commands = {envpython} --version pytest --version coverage run --module pytest ice_validator --self-test -rxXs - coverage report + coverage xml deps = -rrequirements.txt - flake8 coverage -[testenv:style] -commands = flake8 ice_validator - -[testenv:py27] -basepython=python2.7 - -[testenv:py3] -basepython=python3.6 |