Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[tests] install MediaWiki text parser for tests

Change-Id: Ic02bc3b3a1007a87b998789fd5056d8054114b2c
---
M .appveyor.yml
M .travis.yml
2 files changed, 2 insertions(+), 0 deletions(-)

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 change 697139. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic02bc3b3a1007a87b998789fd5056d8054114b2c
Gerrit-Change-Number: 697139
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged