jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/668475 )
Change subject: [tests] use Python 3.7 instead of outdates Python 3.5 for tox-doc ......................................................................
[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(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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
pywikibot-commits@lists.wikimedia.org