X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=tox.ini;h=707a451f8b923c47910cf5dffa6af8c862584235;hp=0d0dce891867341ac52f5a5042e2b53e3a8d3f0e;hb=49e4206a5efb01e6bf8b975e3727c42a92727625;hpb=2236d203182b39ae5d20d21a475c95f6a5d5fbc5 diff --git a/tox.ini b/tox.ini index 0d0dce8..707a451 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ commands=nosetests [testenv:flake8] basepython = python3 deps = flake8 -commands = - flake8 setup.py --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp +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,E402,W504 [testenv:build] basepython = python3