X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=a432fb1bb558b8239e6a50b456b0498cd75b5d5b;hb=97b4dbd2fcc9e7018be930e2d2ff64e6564f0a32;hp=9277b269b97f4acf535415d1cc08b1db19baafb7;hpb=838abd91ac748c5e34aa2945354f1ff7c804a935;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