jenkins-bot merged this change.

View Change

Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
[test] use python 3.4.1 instead of 3.4.0 for tests

Bug: T191188
Change-Id: If4c19e3a91b332eebc4b42104bcfbf2cdc99a8b9
---
M .appveyor.yml
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 88fc37f..79ede46 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -22,16 +22,16 @@
PYTHON_VERSION: "2.7.2"
PYTHON_ARCH: "32"

- - PYTHON: "C:\\Python340"
- PYTHON_VERSION: "3.4.0"
+ - PYTHON: "C:\\Python341"
+ PYTHON_VERSION: "3.4.1"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python272-x64"
PYTHON_VERSION: "2.7.2"
PYTHON_ARCH: "64"

- - PYTHON: "C:\\Python340-x64"
- PYTHON_VERSION: "3.4.0"
+ - PYTHON: "C:\\Python341-x64"
+ PYTHON_VERSION: "3.4.1"
PYTHON_ARCH: "64"

# Appveyor pre-installs these versions onto build machines

To view, visit change 427653. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: If4c19e3a91b332eebc4b42104bcfbf2cdc99a8b9
Gerrit-Change-Number: 427653
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>