jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/559435 )
Change subject: [bugfix, test] Comment not working AppVeyor test ......................................................................
[bugfix, test] Comment not working AppVeyor test
Bug: T241124 Change-Id: Icf223ae161210850f728cc0a65798be779447a51 --- M .appveyor.yml 1 file changed, 5 insertions(+), 4 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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
pywikibot-commits@lists.wikimedia.org