Force py3.8 in tox.ini
[doc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ccedab7..e76d4c6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = docs,docs-linkcheck
 skipsdist = true
 
 [testenv:docs]
-basepython = python3
+basepython = python3.8
 deps =
     -r{toxinidir}/etc/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
@@ -18,7 +18,7 @@ whitelist_externals =
     sh
 
 [testenv:docs-templates]
-basepython = python3
+basepython = python3.8
 deps =
     -r{toxinidir}/etc/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
@@ -30,7 +30,7 @@ whitelist_externals =
     echo
 
 [testenv:local]
-basepython = python3
+basepython = python3.8
 deps =
     -r{toxinidir}/etc/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
@@ -44,7 +44,7 @@ whitelist_externals =
     git
 
 [testenv:docs-linkcheck]
-basepython = python3
+basepython = python3.8
 deps =
     -r{toxinidir}/etc/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
@@ -52,7 +52,7 @@ deps =
 commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
 
 [testenv:spellcheck]
-basepython = python3
+basepython = python3.8
 deps =
     -r{toxinidir}/etc/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt