Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1017514?usp=email )

Change subject: [doc] bugfix for pip upgrade
......................................................................

[doc] bugfix for pip upgrade

Bug: T361999
Change-Id: Iea20d29bd050ab62f0fcd55a5cc7ec6175cb1c36
---
M .appveyor.yml
1 file changed, 12 insertions(+), 4 deletions(-)

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




diff --git a/.appveyor.yml b/.appveyor.yml
index d81a168..6fb8acf 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -64,7 +64,7 @@
   - mkdir appveyor
   - python --version
   - python -c "import struct; print('PYTHON_ARCH:', struct.calcsize('P') << 3)"
-  - pip install --upgrade pip
+  - python -m pip install --upgrade pip
   - pip --version
   - if [%PYTHON_VERSION%]==[3.7.0] pip install "urllib3<2.0"
   - if [%PYTHON_VERSION%]==[3.7.0] pip install -U setuptools
@@ -94,11 +94,9 @@

   - "%CMD_IN_ENV% coverage run -m unittest discover -vv -p \"*_tests.py\""

-after_test:
+on_finish:
   - ps: |
       $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
       coverage report
-
-on_finish:
   - pip install codecov-cli
   - codecovcli do-upload

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1017514?usp=email
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: Iea20d29bd050ab62f0fcd55a5cc7ec6175cb1c36
Gerrit-Change-Number: 1017514
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to