jenkins-bot merged this change.

View Change

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

This reverts commit 2af76c19ef1c22f0ccff365c7b804656207acc6d.

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

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

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib510a42ccccb1a6d53b91fb8f6939257f3ef93f9
Gerrit-Change-Number: 571538
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)