jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/482532 )
Change subject: [test] Add python 3.8 to the test matrix ......................................................................
[test] Add python 3.8 to the test matrix
Change-Id: I94ad85776fc7b1d434efde87e909e68ecc0444bd --- M .travis.yml 1 file changed, 9 insertions(+), 0 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/.travis.yml b/.travis.yml index e22bd5c..3f03828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,6 +163,15 @@ env: LANGUAGE=de FAMILY=wikipedia dist: xenial sudo: required + - python: '3.8-dev' + env: LANGUAGE=test FAMILY=wikipedia SITE_ONLY=1 + dist: xenial + sudo: required + allow_failures: + - python: '3.8-dev' + env: LANGUAGE=test FAMILY=wikipedia SITE_ONLY=1 + dist: xenial + sudo: required
notifications: email:
pywikibot-commits@lists.wikimedia.org