From: Trevor Bramwell Date: Tue, 3 Dec 2019 14:10:05 +0000 (+0000) Subject: Merge "Use python3 as base" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8e65f2cf23f2a54aab01a54195dd154b4d96d91a;hp=3e8ec6a480daa308b9446577dffccf31d7189b09;p=releng.git Merge "Use python3 as base" --- diff --git a/tox.ini b/tox.ini index 0cc9e2333..cb6aa2698 100644 --- a/tox.ini +++ b/tox.ini @@ -14,12 +14,14 @@ setenv= PYTHONPATH = {toxinidir} [testenv:jjb] +basepython = python3 deps = 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