jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix, test] Comment not working AppVeyor test

Bug: T241124
Change-Id: Icf223ae161210850f728cc0a65798be779447a51
---
M .appveyor.yml
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 063b69f..b6b7be1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,15 +15,16 @@

matrix:

- # Test the lowest supported release of each major Python version.
+ # Test the lowest supported release of each major Python version

- PYTHON: "C:\\Python274-x64"
PYTHON_VERSION: "2.7.4"
PYTHON_ARCH: "64"

- - PYTHON: "C:\\Python351-x64"
- PYTHON_VERSION: "3.5.1"
- PYTHON_ARCH: "64"
+ # Python 3.5 is only available in its last release, not any earlier, see T241124
+ #- PYTHON: "C:\\Python350-x64"
+ # PYTHON_VERSION: "3.5.0"
+ # PYTHON_ARCH: "64"

# Appveyor pre-installs these versions onto build machines


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

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