jenkins-bot has submitted this change and it was merged.

Change subject: Travis build matrix update
......................................................................


Travis build matrix update

- Add Python 3.4 and 3.5 builds
- Move SITE_ONLY builds to also be version specific builds,
  to reduce number of builds
- Add he.wikivoyage and zh.wikisource
- Restore test.wikidata to catch API breakages early
- Move production wikidata to allow_failure due to langlinks bug

Change-Id: I3366723fa8d3895097ca57414ceb5a48cb696067
---
M .travis.yml
1 file changed, 19 insertions(+), 2 deletions(-)

Approvals:
  John Vandenberg: Looks good to me, but someone else must approve
  XZise: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 5123197..de00f4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@
 python:
   - '2.7'
   - '3.3'
+  - '3.4'
   - '2.6'
 
 # OSX builds are not yet available
@@ -77,11 +78,27 @@
     # the github repository 'wikimedia/pywikibot-core'.
     # See http://docs.travis-ci.com/user/encryption-keys/ for more information.
     - secure: 
kofInMlisiTBt9o/Ustc/vySlkKfxGzGCX2LwA1D2waym8sDTS0o5gMJ5LsrT/BUKwZbe1vLozPHqZrrkQvsdTml+DpZuotzdILs0m0f3BUoexEC6OON5IDljuxFyETrD1Ug44ih5Mc4lVFOdTcBzg501ZmswGwQrBvg/OyEFfE=
+
   matrix:
     - LANGUAGE=en FAMILY=wikipedia EXTERNALS_HTTPLIB2=1 
PYWIKIBOT2_TEST_PROD_ONLY=1
     - LANGUAGE=fr FAMILY=wiktionary PYSETUP_TEST_EXTRAS=1 
PYWIKIBOT2_TEST_PROD_ONLY=1 PYWIKIBOT2_TEST_NO_RC=1
-    - LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
-    - LANGUAGE=ar FAMILY=wiktionary SITE_ONLY=1 EXTERNALS_HTTPLIB2=1
+
+matrix:
+  include:
+    - python: '2.7'
+      env: LANGUAGE=he FAMILY=wikivoyage SITE_ONLY=1
+    - python: '3.3'
+      env: LANGUAGE=zh FAMILY=wikisource SITE_ONLY=1 EXTERNALS_HTTPLIB2=1
+    - python: '3.4'
+      env: LANGUAGE=test FAMILY=wikidata SITE_ONLY=1
+    - python: 'nightly'
+      env: LANGUAGE=ar FAMILY=wiktionary
+    - python: '2.6'
+      env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
+
+  allow_failures:
+    - python: '2.6'
+      env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
 
 notifications:
   email:

-- 
To view, visit https://gerrit.wikimedia.org/r/208958
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3366723fa8d3895097ca57414ceb5a48cb696067
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to