X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=24b770f4c607048f0bf52013068bab026bca8b17;hb=refs%2Fchanges%2F32%2F9232%2F2;hp=de33e96a4d66f7016f3a9fe54a83c5753b9a1506;hpb=3bedc9bf2cf602bd3a67ba699d60ea49539ae9e5;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index de33e96..24b770f 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,8 @@ commands=python3 -m unittest discover -v basepython = python3 deps = flake8 commands = flake8 osm_lcm --max-line-length 120 \ - --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226,W504 + --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,frontend_grpc.py,frontend_pb2.py \ + --ignore W291,W293,E226,W504 [testenv:unittest] basepython = python3