jenkins-bot submitted this change.
[tests] use Python 3.7 instead of outdates Python 3.5 for tox-doc
Change-Id: I3b147c3ce14e97d45bcaa34c1cebe3511828c8e9
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 3a7a19c..6a89ee0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,7 +64,7 @@
commands =
sphinx-build -M html ./docs ./docs/_build
rstcheck --recursive --report warning --ignore-directives automodule,autoclass,autofunction .
-basepython = python3.5
+basepython = python3
deps =
-rrequirements.txt
-rdocs/requirements-py3.txt
To view, visit change 668475. To unsubscribe, or for help writing mail filters, visit settings.