X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=tox.ini;h=707a451f8b923c47910cf5dffa6af8c862584235;hp=46d478b898d72d986e031ab4eda812fedc18ad71;hb=5e72d153a809b6855d14c29ec5e4180650c0d282;hpb=e128118419c3bb413de4cff8445b9b6c5598a5ed diff --git a/tox.ini b/tox.ini index 46d478b..707a451 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ commands=nosetests [testenv:flake8] basepython = python3 deps = flake8 -commands = - flake8 osm_nbi --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,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226,E402,W504 [testenv:build] basepython = python3