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
1 changed files with 0 additions and 1 deletions

View File

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