X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-SDN-dpb%2Ftox.ini;h=e223da481e62069387d7900a6a08e9e066853b56;hb=refs%2Fchanges%2F14%2F10414%2F1;hp=1faf015a84af31200825c294da284def1396da61;hpb=36068fd8fe22ca473a7c1ed24202999ba02d0827;p=osm%2FRO.git diff --git a/RO-SDN-dpb/tox.ini b/RO-SDN-dpb/tox.ini index 1faf015a..e223da48 100644 --- a/RO-SDN-dpb/tox.ini +++ b/RO-SDN-dpb/tox.ini @@ -14,8 +14,8 @@ ## [tox] -envlist = py3 -toxworkdir={homedir}/.tox +envlist = flake8 +toxworkdir={toxinidir}/../.tox [testenv] basepython = python3 @@ -27,7 +27,7 @@ commands=python3 -m unittest discover -v basepython = python3 deps = flake8 commands = flake8 osm_rosdn_dpb --max-line-length 120 \ - --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226,W504 + --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,W503,W605,E123,E125,E203,E226,E241 [testenv:unittest] basepython = python3