X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=a432fb1bb558b8239e6a50b456b0498cd75b5d5b;hb=0673d0736a8df6f50fc1bdc58e8eda95fa99d388;hp=9277b269b97f4acf535415d1cc08b1db19baafb7;hpb=636a8f424376ac23dcc2190dbdece0a7cbc95f7c;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index 9277b269b..a432fb1bb 100644 --- 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