Merge "Minimize CSIT dependencis in mininet-ovs-2.8 image"
[releng/builder.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9277b269b97f4acf535415d1cc08b1db19baafb7..a432fb1bb558b8239e6a50b456b0498cd75b5d5b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -30,3 +30,12 @@ commands = python {toxinidir}/check_prefix.py
 [testenv:robot]
 basepython = python3
 commands = python {toxinidir}/check_robot.py
+
+[testenv:cut-branch-jobs]
+basepython = python3
+deps =
+    pre-commit
+    ruamel.yaml
+commands =
+    python scripts/cut-branch-jobs.py {posargs:--help} {toxinidir}/jjb
+    - pre-commit run --all-files prettier