jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/555663 )

Change subject: [bugfix, tests] Fix AppVeyor Python version
......................................................................

[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(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



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 https://gerrit.wikimedia.org/r/555663
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/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 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to