X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=cb6aa269897f4022bbc35ab141e34b96a5598fbf;hb=54ee9047e99b3e26358ed431131a578762c19cc8;hp=d2f4168844198f1ba16d0c08d7f6144230ebb5f8;hpb=db3fb732c68a96ca6d35f8dfe6d67b601df73325;p=releng.git diff --git a/tox.ini b/tox.ini index d2f416884..cb6aa2698 100644 --- a/tox.ini +++ b/tox.ini @@ -14,12 +14,14 @@ setenv= PYTHONPATH = {toxinidir} [testenv:jjb] +basepython = python3 deps = - jenkins-job-builder==2.0.3 + jenkins-job-builder==2.5.0 commands= jenkins-jobs test -o job_output -r {posargs:"jjb/"} [testenv:docs] +basepython = python3 deps = -r{toxinidir}/docs/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs {toxinidir}/docs/_build/html @@ -27,5 +29,6 @@ commands = whitelist_externals = echo [testenv:docs-linkcheck] +basepython = python3 deps = -r{toxinidir}/docs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs {toxinidir}/docs/_build/linkcheck