jenkins-bot submitted this change.

View Change

Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
build: Add fasttest-py38

Bug: T270389
Change-Id: Id73d93e6a04f8683c185ce9d9cddbd68ec4db997
---
M tox.ini
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index b45c5a7..e91424f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@
commit-message
flake8-{py35}
doctest-{py35}
- test-{py35,py37}
+ test-{py35,py37,py38}

[tox:jenkins]
# Override default for WM Jenkins
@@ -23,6 +23,7 @@
basepython =
py35: python3.5
py37: python3.7
+ py38: python3.8
setenv =
VIRTUAL_ENV={envdir}
PYWIKIBOT_NO_USER_CONFIG=2

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id73d93e6a04f8683c185ce9d9cddbd68ec4db997
Gerrit-Change-Number: 651289
Gerrit-PatchSet: 1
Gerrit-Owner: Jforrester <jforrester@wikimedia.org>
Gerrit-Reviewer: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged