X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=3fd449bfab4441f66dd4441b7fc5b4e846081422;hb=d0b3579c845be61a55d7498dd77ca6fdecd42042;hp=6ee52ef3252e70761832b5e4e282c4d066c9d3a8;hpb=49f6ac0342eefd739fb5255339202a7b605f5707;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index 6ee52ef32..3fd449bfa 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,15 @@ commands = 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.2.1} +commands = + jenkins-jobs {posargs:--help} + +[testenv:jjb-version] +commands = python {toxinidir}/check_jjb_version.py + [testenv:pep8] deps = flake8 commands = flake8 scripts/ *.py