Remove python 2.5 from example travis config

Travis does not support python <2.6
This commit is contained in:
Jeff Paine
2014-01-18 08:33:56 -05:00
parent cb2998a0a7
commit db5bcf5374
-1
View File
@@ -65,7 +65,6 @@ example content::
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.1"