nbi.py: initial commit for NetSlices with definition
[osm/NBI.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 46d478b..b864700 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -10,8 +10,8 @@ commands=nosetests
 [testenv:flake8]
 basepython = python3
 deps = flake8
 [testenv:flake8]
 basepython = python3
 deps = flake8
-commands =
-    flake8 osm_nbi --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226
+commands = 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,E402
 
 [testenv:build]
 basepython = python3
 
 [testenv:build]
 basepython = python3