jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/474550 )
Change subject: [bugfix] Clone Pywikibot into special directory ...................................................................... [bugfix] Clone Pywikibot into special directory Bug: T209792 Change-Id: I078268ad4de6d14881941b3af126d2f5dfe350c2 --- M .travis.yml 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.yml b/.travis.yml index 8c98081..5c08f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,14 @@ - PYWIKIBOT2_NO_USER_CONFIG=2 before_install: - - git clone https://github.com/wikimedia/pywikibot - - mkdir -p pywikibot/scripts/i18n - - touch pywikibot/scripts/i18n/__init__.py - - for item in *; do if [[ -d "$item" ]]; then cp -rp "$item" pywikibot/scripts/i18n; fi; done + - git clone https://github.com/wikimedia/pywikibot pywikibot-build + - mkdir -p pywikibot-build/scripts/i18n + - touch pywikibot-build/scripts/i18n/__init__.py + - for item in *; do if [[ -d "$item" ]]; then cp -rp "$item" pywikibot-build/scripts/i18n; fi; done install: - pip install six nose requests script: - - cd pywikibot + - cd pywikibot-build - nosetests --verbosity=2 tests.l10n_tests -- To view, visit https://gerrit.wikimedia.org/r/474550 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/i18n Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I078268ad4de6d14881941b3af126d2f5dfe350c2 Gerrit-Change-Number: 474550 Gerrit-PatchSet: 3 Gerrit-Owner: Dvorapa <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Dalba <[email protected]> Gerrit-Reviewer: Framawiki <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: Zhuyifei1999 <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
