Magul has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/331940 )

Change subject: Abandon Python 2.6 and indtroduce Python 3.6 on CI 
infrastructure
......................................................................

Abandon Python 2.6 and indtroduce Python 3.6 on CI infrastructure

Bug: T154771
Change-Id: Ic489d917778bd404b1b4f0c2d841260b9a77716a
---
M .appveyor.yml
M .travis.yml
2 files changed, 49 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/40/331940/1

diff --git a/.appveyor.yml b/.appveyor.yml
index c7eff52..55ea17b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,14 +17,25 @@
 
     # Test the lowest supported release of each major Python version.
 
-    # Pywikibot support matrix suggests 'should run' on Python 2.6.5+
-    # Only Python 2.6.6 is able to be set up on Appveyor.
-    # https://github.com/ogrisel/python-appveyor-demo/issues/10
-    # fwiw, Redhat Enterprise Linux ships with 2.6.6.
+    - PYTHON: "C:\\Python272"
+      PYTHON_VERSION: "2.7.2"
+      PYTHON_ARCH: "32"
 
-    - PYTHON: "C:\\Python266-x64"
-      PYTHON_VERSION: "2.6.6"
-      PYTHON_ARCH: "64"
+    - PYTHON: "C:\\Python330"
+      PYTHON_VERSION: "3.3.0"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python340"
+      PYTHON_VERSION: "3.4.0"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python350"
+      PYTHON_VERSION: "3.5.0"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python360"
+      PYTHON_VERSION: "3.6.0"
+      PYTHON_ARCH: "32"
 
     - PYTHON: "C:\\Python272-x64"
       PYTHON_VERSION: "2.7.2"
@@ -38,32 +49,55 @@
       PYTHON_VERSION: "3.4.0"
       PYTHON_ARCH: "64"
 
+    - PYTHON: "C:\\Python350-x64"
+      PYTHON_VERSION: "3.5.0"
+      PYTHON_ARCH: "64"
+
+    - PYTHON: "C:\\Python360-x64"
+      PYTHON_VERSION: "3.6.0"
+      PYTHON_ARCH: "64"
+
     # Appveyor pre-installs these versions onto build machines
 
     - PYTHON: "C:\\Python27"
-      PYTHON_VERSION: "2.7.x" # currently 2.7.9
+      PYTHON_VERSION: "2.7.x"
       PYTHON_ARCH: "32"
 
     - PYTHON: "C:\\Python33"
-      PYTHON_VERSION: "3.3.x" # currently 3.3.5
+      PYTHON_VERSION: "3.3.x"
       PYTHON_ARCH: "32"
 
     - PYTHON: "C:\\Python34"
-      PYTHON_VERSION: "3.4.x" # currently 3.4.3
+      PYTHON_VERSION: "3.4.x"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python35"
+      PYTHON_VERSION: "3.5.x"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python36"
+      PYTHON_VERSION: "3.6.x"
       PYTHON_ARCH: "32"
 
     - PYTHON: "C:\\Python27-x64"
-      PYTHON_VERSION: "2.7.x" # currently 2.7.9
+      PYTHON_VERSION: "2.7.x"
       PYTHON_ARCH: "64"
 
     - PYTHON: "C:\\Python33-x64"
-      PYTHON_VERSION: "3.3.x" # currently 3.3.5
+      PYTHON_VERSION: "3.3.x"
       PYTHON_ARCH: "64"
 
     - PYTHON: "C:\\Python34-x64"
-      PYTHON_VERSION: "3.4.x" # currently 3.4.3
+      PYTHON_VERSION: "3.4.x"
       PYTHON_ARCH: "64"
 
+    - PYTHON: "C:\\Python35-x64"
+      PYTHON_VERSION: "3.5.x"
+      PYTHON_ARCH: "64"
+
+    - PYTHON: "C:\\Python36-x64"
+      PYTHON_VERSION: "3.6.x"
+      PYTHON_ARCH: "64"
 init:
   - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
diff --git a/.travis.yml b/.travis.yml
index ca5e14b..2066025 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@
   - '3.3'
   - '3.4'
   - '3.5'
-  - '2.6'
+  - '3.6'
 
 # OSX builds do not yet support Python
 os: linux
@@ -167,7 +167,7 @@
       env: LANGUAGE=test FAMILY=wikidata SITE_ONLY=1
     - python: '3.4'
       env: LANGUAGE=ar FAMILY=wiktionary PYWIKIBOT2_TEST_NO_RC=1
-    - python: '2.6'
+    - python: '2.7'
       env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
 
 notifications:

-- 
To view, visit https://gerrit.wikimedia.org/r/331940
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic489d917778bd404b1b4f0c2d841260b9a77716a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Magul <tomasz.magul...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to