Legoktm has submitted this change and it was merged.

Change subject: Install custom httplib2 before running tests
......................................................................


Install custom httplib2 before running tests

Change-Id: I9b2f3434f24498c03f7f92ceb6d4ed4ca4f57c29
---
M .travis.yml
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Legoktm: Verified; Looks good to me, approved



diff --git a/.travis.yml b/.travis.yml
index 23cc592..bae4070 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
   - touch ~/.pywikibot/passwordfile
   - echo "('Pywikibot-test', '"$USER_PASSWORD"')" > ~/.pywikibot/passwordfile
 
+  - cd externals/httplib2
+  - python setup.py install
+  - cd ../..
+
 script:
   - python setup.py test
 

-- 
To view, visit https://gerrit.wikimedia.org/r/81590
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b2f3434f24498c03f7f92ceb6d4ed4ca4f57c29
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to