force Python3 use
[doc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 17195d4..224e786 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ envlist = docs
 skipsdist = true
 
 [testenv:docs]
+basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
     sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
@@ -14,6 +15,7 @@ whitelist_externals =
     sh
 
 [testenv:local]
+basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands =
     git submodule update --depth 100 --init
@@ -24,10 +26,12 @@ whitelist_externals =
     git
 
 [testenv:linkcheck]
+basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt
 commands = sphinx-build -j 4 -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
 
 [testenv:spellcheck]
+basepython = python3
 deps =
     -r{toxinidir}/etc/requirements.txt
     sphinxcontrib-spelling