summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2019-12-03 14:10:05 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-12-03 14:10:05 +0000
commit8e65f2cf23f2a54aab01a54195dd154b4d96d91a (patch)
tree11ba14bafcd5089392a962e43ba2a3057c096d8d
parent3e8ec6a480daa308b9446577dffccf31d7189b09 (diff)
parentf685705ad1896d9c480bc97691f13ba3e7af6985 (diff)
Merge "Use python3 as base"
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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