jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix, tests] Fix AppVeyor Python version

@Xqt: you were right, I don't know why there is 3.5.0 missing

Change-Id: I298ea9606591757d8c00a025b73e3ac3b8baaa74
---
M .appveyor.yml
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 2a7276c..063b69f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -21,8 +21,8 @@
PYTHON_VERSION: "2.7.4"
PYTHON_ARCH: "64"

- - PYTHON: "C:\\Python350-x64"
- PYTHON_VERSION: "3.5.0"
+ - PYTHON: "C:\\Python351-x64"
+ PYTHON_VERSION: "3.5.1"
PYTHON_ARCH: "64"

# Appveyor pre-installs these versions onto build machines

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

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