[Python-modules-commits] [python-cssselect] 05/06: Remove Python 2.5 as Travis CI Py2.5 support ended

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Oct 11 23:20:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-cssselect.

commit 9c9aa138b874eec92808fbe4018322bd4c127367
Author: Paul Tremberth <paul.tremberth at gmail.com>
Date:   Fri Jul 25 10:02:05 2014 +0200

    Remove Python 2.5 as Travis CI Py2.5 support ended
    
    See http://blog.travis-ci.com/2013-11-18-upcoming-build-environment-updates/
    and https://github.com/travis-ci/travis-ci/issues/1668#issuecomment-29151484
    
    Current supported versions:
    
    - 2.6
    - 2.7
    - 3.2
    - 3.3
    - 3.4
    - pypy
    
    (Source: http://docs.travis-ci.com/user/ci-environment/#Python-VM-images)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4c5fdf7..93ad08a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: python
 
 python:
-  - "2.5"
   - "2.6"
   - "2.7"
   - "3.2"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cssselect.git



More information about the Python-modules-commits mailing list