John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/243161

Change subject: Remove Python 2.6 from the build matrix
......................................................................

Remove Python 2.6 from the build matrix

Removing it before there are problems ensures it doesnt
affect people forking the repo, and clarifies the `supported`
status of Python 2.6 with regards to the official distributed
version.

Bug: T114464
Change-Id: I6768fc2cdfc5fbfd9d379b848c088ab2a07de110
---
M .travis.yml
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/61/243161/1

diff --git a/.travis.yml b/.travis.yml
index 6135c7f..f54e947 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,6 @@
   - '2.7'
   - '3.3'
   - '3.4'
-  - '2.6'
 
 # OSX builds do not yet support Python
 os:
@@ -22,7 +21,6 @@
 
 install:
   - if [[ "$SITE_ONLY" == '1' ]]; then export USE_NOSE=1; fi
-  - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install 
unittest2==0.8.0; fi
   - pip install six
   - export GITHUB_USER=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 1`
   - mkdir ~/.python-eggs
@@ -91,7 +89,7 @@
       env: LANGUAGE=zh FAMILY=wikisource SITE_ONLY=1 EXTERNALS_HTTPLIB2=1
     - python: '3.4'
       env: LANGUAGE=test FAMILY=wikidata SITE_ONLY=1
-    - python: '2.6'
+    - python: '2.7'
       env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
 
 notifications:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6768fc2cdfc5fbfd9d379b848c088ab2a07de110
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: John Vandenberg <jay...@gmail.com>

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

Reply via email to