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

Change subject: [FIX] Ignore RC tests on Python nightly
......................................................................


[FIX] Ignore RC tests on Python nightly

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

Change-Id: I0e454494eac27761b0918cb84df5d48c2e8ec873
---
M .travis.yml
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/.travis.yml b/.travis.yml
index 64b3002..fb4a1ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,7 +89,7 @@
     - python: '3.4'
       env: LANGUAGE=test FAMILY=wikidata SITE_ONLY=1
     - python: 'nightly'
-      env: LANGUAGE=ar FAMILY=wiktionary
+      env: LANGUAGE=ar FAMILY=wiktionary PYWIKIBOT2_TEST_NO_RC=1
     - 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: merged
Gerrit-Change-Id: I0e454494eac27761b0918cb84df5d48c2e8ec873
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <commodorefabia...@gmx.de>
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