X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-VIM-fos%2Ftox.ini;h=836a2934bb93339dc031fc15a5ec3f34a282e277;hb=39deab759e1ad6e2bf0f42a56a639562c30ae3e0;hp=297800b0c4b4e59bb860d55f9ce92bbf41b3e56c;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b;p=osm%2FRO.git diff --git a/RO-VIM-fos/tox.ini b/RO-VIM-fos/tox.ini index 297800b0..836a2934 100644 --- a/RO-VIM-fos/tox.ini +++ b/RO-VIM-fos/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_rovim_fos --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