Update ns_topology and multivim_vm_status DAGs to disable overlapped execution
[osm/NG-SA.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index e28d5c1..3301d0b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@ parallel_show_output = true
 deps = black
 skip_install = true
 commands =
-        black --check --diff src
+        black --check --diff src setup.py
 
 
 #######################################################################################
@@ -60,7 +60,7 @@ commands =
 deps =  flake8==5.0.4
         flake8-import-order
 commands =
-        flake8 src/
+        flake8 src setup.py
 
 
 #######################################################################################