X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=a432fb1bb558b8239e6a50b456b0498cd75b5d5b;hb=97b4dbd2fcc9e7018be930e2d2ff64e6564f0a32;hp=bf47e3e0e3f52880c82deef646e48781f9de6af3;hpb=17e405080849c714581eaeb98ad4b20dae1f3ea9;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index bf47e3e0e..a432fb1bb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,19 +1,8 @@ [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 @@ -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