John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/229617
Change subject: Generating https orain family fails on Python 2 ...................................................................... Generating https orain family fails on Python 2 Bug: T104568 Change-Id: Ic7da4e97c7e5bff2d35880b83653a803201cb2bb --- M .travis.yml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/17/229617/1 diff --git a/.travis.yml b/.travis.yml index 4895047..616e045 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ - mkdir ~/.pywikibot - - python pwb.py generate_family_file 'http://test.orain.org/' oraintest + - if [[ "$FAMILY" == 'oraintest' ]]; then python pwb.py generate_family_file 'http://test.orain.org/' oraintest ; fi - python pwb.py generate_family_file 'https://wiki.musicbrainz.org/' musicbrainz - python -W error::UserWarning -m generate_user_files -dir:~/.pywikibot/ -family:$FAMILY -lang:$LANGUAGE -v -user:"$PYWIKIBOT2_USERNAME" -- To view, visit https://gerrit.wikimedia.org/r/229617 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic7da4e97c7e5bff2d35880b83653a803201cb2bb Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
