jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Update pip on AppVeyor

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

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

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

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