Quellcode durchsuchen

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 vor 11 Jahren
Ursprung
Commit
14632a1e15
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml Datei anzeigen

@@ -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"