X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-SDN-floodlight_openflow%2Ftox.ini;h=2312e5f316f0d15f1dc6d9607691035cef467c8e;hb=refs%2Ftags%2Fbranch-bug1511-start;hp=e95d02e22d49ab383ae8da44a44a7997d1d72065;hpb=4126d05e24ada55226bb13a9d556655811cedadc;p=osm%2FRO.git diff --git a/RO-SDN-floodlight_openflow/tox.ini b/RO-SDN-floodlight_openflow/tox.ini index e95d02e2..2312e5f3 100644 --- a/RO-SDN-floodlight_openflow/tox.ini +++ b/RO-SDN-floodlight_openflow/tox.ini @@ -15,7 +15,7 @@ [tox] envlist = flake8 -toxworkdir={homedir}/.tox +toxworkdir={toxinidir}/../.tox [testenv] basepython = python3 @@ -27,7 +27,7 @@ commands=python3 -m unittest discover -v basepython = python3 deps = flake8 commands = flake8 osm_rosdn_floodlightof --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