X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=cb6aa269897f4022bbc35ab141e34b96a5598fbf;hb=ef0f8ae13bfe60878aa35891e1033d029c309480;hp=976e9a5036030b6be59597d8f7e832c476eea3a2;hpb=788d9f40cf7a3b6f2167af479226157adc05fdb2;p=releng.git diff --git a/tox.ini b/tox.ini index 976e9a503..cb6aa2698 100644 --- a/tox.ini +++ b/tox.ini @@ -14,12 +14,14 @@ setenv= PYTHONPATH = {toxinidir} [testenv:jjb] +basepython = python3 deps = - jenkins-job-builder==2.2.1 + 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