Merge "Minimize CSIT dependencis in mininet-ovs-2.8 image"
[releng/builder.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9cea7543a286f3c533fd6067f7792cc83116dbd3..a432fb1bb558b8239e6a50b456b0498cd75b5d5b 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,26 +1,15 @@
 [tox]
 minversion = 1.6
-envlist = coala,docs,jjb-version,pre-commit,prefix,robot
+envlist = docs,jjb-version,pre-commit,prefix,robot
 skipsdist = true
 
-[testenv:coala]
-basepython = python3
-deps =
-    coala==0.11
-    coala-bears==0.11
-    nodeenv
-commands =
-    nodeenv -p
-    npm install --global write-good
-    coala --non-interactive
-
 [testenv:docs]
 deps = -rdocs/requirements.txt
 commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder=={env:JJB_VERSION:2.9.1}
+    jenkins-job-builder=={env:JJB_VERSION:3.5.0}
 commands =
     jenkins-jobs {posargs:--help}
 
@@ -41,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