jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix] Fix updating pip on AppVeyor

Change-Id: Iaa8d73b5fd3bd71c2b4e4408a1c54549fa1e8757
---
M .appveyor.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index cf8833a..296c1f1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -87,7 +87,7 @@
if (-not(Test-Path($env:PYTHON))) {
iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1')
}
- - pip install --upgrade pip
+ - python -m pip install --upgrade pip
- pip install virtualenv
- virtualenv env
- env\Scripts\activate.bat

To view, visit change 571533. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa8d73b5fd3bd71c2b4e4408a1c54549fa1e8757
Gerrit-Change-Number: 571533
Gerrit-PatchSet: 2
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)