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 2fdac0f..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
 
 
 #######################################################################################
@@ -59,9 +59,8 @@ commands =
 [testenv:flake8]
 deps =  flake8==5.0.4
         flake8-import-order
-skip_install = true
 commands =
-        flake8 src/
+        flake8 src setup.py
 
 
 #######################################################################################