Relation support for multi-charm VNFs
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9ef529f..a568d3f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,7 @@ commands =
 [testenv:lint]
 envdir = {toxworkdir}/py3
 commands =
 [testenv:lint]
 envdir = {toxworkdir}/py3
 commands =
-    flake8 --ignore E501,E402 {posargs} n2vc tests
+    flake8 --ignore E501,E402 --exclude tests/charms/builds,tests/charms/deps {posargs} n2vc tests
 deps =
     flake8
 
 deps =
     flake8