X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=cb6aa269897f4022bbc35ab141e34b96a5598fbf;hb=a799f8028de63f4638b66fc504dc1765dc271fb5;hp=abdffc52d7e8431afca4e691ecbc62838aafc96e;hpb=523d67bd309294cf3bf9f6ad1c68481c7ef2ae4c;p=releng.git diff --git a/tox.ini b/tox.ini index abdffc52d..cb6aa2698 100644 --- a/tox.ini +++ b/tox.ini @@ -14,12 +14,14 @@ setenv= PYTHONPATH = {toxinidir} [testenv:jjb] +basepython = python3 deps = - jenkins-job-builder==1.6.1 + jenkins-job-builder==2.5.0 commands= - jenkins-jobs test -o job_output -r jjb/global:{posargs:"jjb/"} + 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