X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-plugin%2Ftox.ini;h=4d8b9bec489a058775c7e25d36efe0e99b25b576;hb=80135b928ab442c38898750b4751480205b4affc;hp=8c6e57c2bdca1f5121a9a1bebfdbeba0f3a71ce4;hpb=7277486065c905f91477bb064da86855a8fa269a;p=osm%2FRO.git diff --git a/RO-plugin/tox.ini b/RO-plugin/tox.ini index 8c6e57c2..4d8b9bec 100644 --- a/RO-plugin/tox.ini +++ b/RO-plugin/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_ro_plugin --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