jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663108 )

Change subject: [tests] Update appveyor.yml
......................................................................

[tests] Update appveyor.yml

remove venv which comes with its own pip version

Bug: T273367
Change-Id: I2156358aef4c6fd633ed88996ec9ff86fdd8d0dd
---
M .appveyor.yml
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.appveyor.yml b/.appveyor.yml
index b8f85d7..2391cb9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -67,6 +67,7 @@

 init:
   - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
+  - "ECHO %APPVEYOR_SCHEDULED_BUILD%"
   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

 install:
@@ -77,8 +78,6 @@
   - ps: ./appveyor_install.ps1
   - python --version
   - python -m pip install --upgrade pip
-  - python -m venv env
-  - env\Scripts\activate.bat
   - pip --version
   - pip install -r requirements.txt
   - pip install -r dev-requirements.txt

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/663108
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: I2156358aef4c6fd633ed88996ec9ff86fdd8d0dd
Gerrit-Change-Number: 663108
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to