Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/639165 )
Change subject: [tests] six is no longer required for tests ......................................................................
[tests] six is no longer required for tests
Change-Id: I51c1b22f3e9786662c6aa3658fdfd596a341d789 --- M .travis.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/.travis.yml b/.travis.yml index 02b6c15..8f98fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ - for item in *; do if [[ -d "$item" ]]; then cp -rp "$item" pywikibot-build/scripts/i18n; fi; done
install: - - pip install six nose requests + - pip install nose requests
script: - cd pywikibot-build