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

Change subject: [tests] remove Pythin install script in appveyor
......................................................................

[tests] remove Pythin install script in appveyor

Python 3.5 and 3.9 does not run anyway. Try the defaults.

Change-Id: If8c42af3249bc74354b4026261937d37a656be70
---
M .appveyor.yml
1 file changed, 0 insertions(+), 5 deletions(-)

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



diff --git a/.appveyor.yml b/.appveyor.yml
index 6d5c7ba..4348ef6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -84,11 +84,6 @@
   - ps: $run = $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 
'run_with_env.cmd')
   - ps: $run | Out-File -Encoding ascii -FilePath appveyor\run_with_env.cmd

-  # This is needed for Python versions not installed on Appveyor build machines
-  - ps: |
-      if (-not(Test-Path($env:PYTHON))) {
-        iex $wc.DownloadString($env:APPVEYOR_PYTHON_URL + 'install.ps1')
-      }
   - python -m venv env
   - env\Scripts\activate.bat
   - pip install -r dev-requirements.txt

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662919
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: If8c42af3249bc74354b4026261937d37a656be70
Gerrit-Change-Number: 662919
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