Adding grpc library
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index de33e96..24b770f 100644 (file)
--- 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