Browse Source

Travis does not support python 2.5 anymore

Python 2.5 is not listed as supported version, according to
http://about.travis-ci.org/docs/user/languages/python/
Matthew Wang 11 years ago
parent
commit
14632a1e15
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml View File

1
 language: python
1
 language: python
2
 
2
 
3
 python:
3
 python:
4
-    - "2.5"
5
     - "2.6"
4
     - "2.6"
6
     - "2.7"
5
     - "2.7"
7
     - "3.2"
6
     - "3.2"