adding flake 8 test
[osm/common.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index baf649b..12f309b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ commands = pytest
 basepython = python3
 deps = flake8
 commands =
-    flake8 setup.py
+    flake8 osm_common/ setup.py --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226
 
 [testenv:build]
 basepython = python3