Use python3 as base 17/68517/2
authorAric Gardner <agardner@linuxfoundation.org>
Fri, 20 Sep 2019 16:40:34 +0000 (12:40 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 9 Oct 2019 19:21:37 +0000 (19:21 +0000)
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I527835a3c70e4fb149b3476e6144f5b3e41d75df

tox.ini

diff --git a/tox.ini b/tox.ini
index 0cc9e23..cb6aa26 100644 (file)
--- 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