Преглед изворни кода

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