jenkins-bot merged this change.
[test] Add python 3.8 to the test matrix
Change-Id: I94ad85776fc7b1d434efde87e909e68ecc0444bd
---
M .travis.yml
1 file changed, 9 insertions(+), 0 deletions(-)
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:
To view, visit change 482532. To unsubscribe, or for help writing mail filters, visit settings.