XZise has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/211328

Change subject: [FIX] Ignore Python nightly versions
......................................................................

[FIX] Ignore Python nightly versions

The Python nightly versions fail on Travis as they wait for changes on
the Arabic Wiktionary which aren't often enough.

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


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/28/211328/1

diff --git a/.travis.yml b/.travis.yml
index 64b3002..df17d12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,6 +94,8 @@
       env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
 
   allow_failures:
+    - python: 'nightly'
+      env: LANGUAGE=ar FAMILY=wiktionary
     - python: '2.6'
       env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e454494eac27761b0918cb84df5d48c2e8ec873
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <commodorefabia...@gmx.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to