X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-SDN-onos_openflow%2Ftox.ini;h=0e17031b10758dc9eb927565db5f54b5517d08ad;hb=refs%2Ftags%2Fv9.1.1;hp=a9f868824dafb351baaea067e6c8f096cc717769;hpb=2346095e8f8d980c071592db4eac04fc3ff20699;p=osm%2FRO.git diff --git a/RO-SDN-onos_openflow/tox.ini b/RO-SDN-onos_openflow/tox.ini index a9f86882..0e17031b 100644 --- a/RO-SDN-onos_openflow/tox.ini +++ b/RO-SDN-onos_openflow/tox.ini @@ -15,7 +15,7 @@ [tox] envlist = flake8 -toxworkdir={toxinidir}/.tox +toxworkdir={toxinidir}/../.tox [testenv] basepython = python3 @@ -29,7 +29,7 @@ deps = flake8 -r{toxinidir}/requirements.txt install_command = python3 -m pip install -U {opts} {packages} commands = flake8 osm_rosdn_onosof --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