jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Run tox with python 3.8 rather than 3.6

I'd like to perform our flake8 checks locally but tox only runs if you have
python 3.5 or 3.6. I have python 3.8...

% tox
...
flake8-py35 create: /home/atagar/Desktop/pywikibot/.tox/flake8-py35
SKIPPED: InterpreterNotFound: python3.5
flake8-py36 create: /home/atagar/Desktop/pywikibot/.tox/flake8-py36
SKIPPED: InterpreterNotFound: python3.6

Bug: T281197
Change-Id: Id78de2a5aa84da6b567ecd4e8b8c2a6787fb7be1
---
M tox.ini
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 97ebeaf..6eaa93a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
skip_missing_interpreters = True
envlist =
commit-message
- flake8-{py35,py36}
+ flake8-{py35,py38}

[params]
doctest_skip = --ignore-files=(eventstreams|gui|mysql)\.py

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id78de2a5aa84da6b567ecd4e8b8c2a6787fb7be1
Gerrit-Change-Number: 677352
Gerrit-PatchSet: 9
Gerrit-Owner: Damian <atagar1@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged