X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=tox.ini;h=3a6de1a24a395f3874389bb2d1aa8bd0a5745e78;hp=0207a67fe2d248d164639b7417a21160ccc1956d;hb=4c57e2e64537d6263c618da58bcd8f8767b8076e;hpb=f4d05f8f3afd64ac4fd2bf0625be08cca2345025 diff --git a/tox.ini b/tox.ini index 0207a67..3a6de1a 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ commands=nosetests [testenv:flake8] basepython = python3 deps = flake8 -commands = - flake8 osm_nbi/ setup.py --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226 +commands = flake8 osm_nbi/ setup.py --max-line-length 120 \ + --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,osm_im --ignore W291,W293,E226,E402,W504 [testenv:build] basepython = python3