Disabled Python 2.5 again as flake8 doesn't support it at the moment :(

This commit is contained in:
Jannis Leidel 2012-05-19 13:27:09 +02:00
parent 6d356db2ef
commit c36d649e4d

View file

@ -1,6 +1,6 @@
language: python
python:
- "2.5"
# - "2.5"
- "2.6"
- "2.7"
before_install: