travis.yml: Remove Python 2.5 (support has already been dropped).

This commit is contained in:
Valentin Lorentz 2013-01-05 19:22:45 +01:00
parent 422dfc3679
commit 48b4fc5159

View File

@ -3,7 +3,6 @@ python:
- "3.2" - "3.2"
- "2.7" - "2.7"
- "2.6" - "2.6"
- "2.5"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: install:
- pip install pytz - pip install pytz