jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/427653 )
Change subject: [test] use python 3.4.1 instead of 3.4.0 for tests ......................................................................
[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(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
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
pywikibot-commits@lists.wikimedia.org