From f685705ad1896d9c480bc97691f13ba3e7af6985 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 20 Sep 2019 12:40:34 -0400 Subject: Use python3 as base Signed-off-by: Aric Gardner Change-Id: I527835a3c70e4fb149b3476e6144f5b3e41d75df --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.2.3-korg