Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/834892 )

Change subject: [tests] Use Python 3.6 instead of 3.5 for jenkins tests
......................................................................

[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(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved



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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/834892
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I812d3a44981a1c0bf9037870740686111307a4d2
Gerrit-Change-Number: 834892
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to