Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/697139 )
Change subject: [tests] install MediaWiki text parser for tests ...................................................................... [tests] install MediaWiki text parser for tests Change-Id: Ic02bc3b3a1007a87b998789fd5056d8054114b2c --- M .appveyor.yml M .travis.yml 2 files changed, 2 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/.appveyor.yml b/.appveyor.yml index 534fc84..530b029 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -81,6 +81,7 @@ - easy_install --version - pip install -r requirements.txt - pip install -r dev-requirements.txt + - pip install wikitextparser build: off diff --git a/.travis.yml b/.travis.yml index 5577f8c..ec541b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,7 @@ - pip install -U setuptools - pip install -r dev-requirements.txt - pip install -r requirements.txt + - pip install mwparserfromhell before_script: - if [[ "$PYSETUP_TEST_EXTRAS" != '1' ]]; then -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/697139 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ic02bc3b3a1007a87b998789fd5056d8054114b2c Gerrit-Change-Number: 697139 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
