Explorar el Código

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 hace 11 años
padre
commit
14632a1e15
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml Ver fichero

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"