Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[tests] Use Python 3.6 instead of 3.5 for jenkins tests

Change-Id: I812d3a44981a1c0bf9037870740686111307a4d2
---
M tox.ini
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index a0d14dd..ddcdb96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
skip_missing_interpreters = True
envlist =
commit-message
- flake8-{py38,py35}
+ flake8-{py38,py36}
hacking-py37

[params]
@@ -15,7 +15,7 @@

[testenv]
basepython =
- py35: python3.5
+ py35: python3.6
py36: python3.6
py37: python3.7
py38: python3.8

To view, visit change 834892. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I812d3a44981a1c0bf9037870740686111307a4d2
Gerrit-Change-Number: 834892
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged