Fix spotbugs issues of the renderer module
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1ca5c9c4f648ba481cd65c17b1a6495756106afc..325dc7d09b09b45d6367ff73dde58bc975dc4007 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -53,11 +53,13 @@ commands =
   {gnpy}: - sudo docker container rm -f gnpy_tpce_rest1
 
 [testenv:docs]
+basepython = python3
 deps = -rdocs/requirements.txt
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
+basepython = python3
 deps = -rdocs/requirements.txt
 commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/linkcheck