Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[doc] bugfix for pip upgrade

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

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 change 1017514. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Iea20d29bd050ab62f0fcd55a5cc7ec6175cb1c36
Gerrit-Change-Number: 1017514
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged