jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663022 )

Change subject: [tests] Validate pip version
......................................................................

[tests] Validate pip version

Bug: T273367
Change-Id: I7dfe2a727a7507a66b6877b0c391d22ead75db66
---
M .appveyor.yml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.appveyor.yml b/.appveyor.yml
index 0d6a3c0..b8f85d7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -79,6 +79,7 @@
   - python -m pip install --upgrade pip
   - python -m venv env
   - env\Scripts\activate.bat
+  - pip --version
   - pip install -r requirements.txt
   - pip install -r dev-requirements.txt


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663022
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: I7dfe2a727a7507a66b6877b0c391d22ead75db66
Gerrit-Change-Number: 663022
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]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to