Parcourir la source

Travis CI: Python 2.5 no longer works due to missing ssl library, so disable CI for Py2.5

Ask Solem il y a 12 ans
Parent
commit
aec57b20ec
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -1,6 +1,5 @@
 language: python
 python:
-    - 2.5
     - 2.6
     - 2.7
 install: