Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662994 )

Change subject: [tests] Upgrade pip at appveyor built
......................................................................

[tests] Upgrade pip at appveyor built

Change-Id: Ie9f7bc6b6f2afc9c62cd1d65341d84020bd3e418
---
M .appveyor.yml
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/.appveyor.yml b/.appveyor.yml
index 901d0be..800b75e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -76,9 +76,11 @@
   # Download Python version which isn't pre-installed
   - ps: ./appveyor_install.ps1
   - python -m venv env
+  - python --version
   - env\Scripts\activate.bat
-  - pip install -r dev-requirements.txt
+  - pip install --upgrade pip
   - pip install -r requirements.txt
+  - pip install -r dev-requirements.txt

 build: off


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662994
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: Ie9f7bc6b6f2afc9c62cd1d65341d84020bd3e418
Gerrit-Change-Number: 662994
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to