X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=tox.ini;h=b8647003793810e88b11a069db369908d3979b3c;hp=46d478b898d72d986e031ab4eda812fedc18ad71;hb=9750c5ac0f5afdd245ebc25fe5070393b3fbab8d;hpb=e128118419c3bb413de4cff8445b9b6c5598a5ed diff --git a/tox.ini b/tox.ini index 46d478b..b864700 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 [testenv:build] basepython = python3