Sfoglia il codice sorgente

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 anni fa
parent
commit
14632a1e15
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml Vedi File

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