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