X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=tox.ini;h=0207a67fe2d248d164639b7417a21160ccc1956d;hp=ef1f5ebaa191ec4882357731a28a018110a1067f;hb=cb83c941ebdf6a8807ffe3b1c3346c61e085b0bf;hpb=c94c3df90aa64298a7935a80b221f80f3c043260 diff --git a/tox.ini b/tox.ini index ef1f5eb..0207a67 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands=nosetests basepython = python3 deps = flake8 commands = - flake8 setup.py + 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 [testenv:build] basepython = python3