瀏覽代碼

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 年之前
父節點
當前提交
14632a1e15
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml 查看文件

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"