From c36d649e4d0412a3cfc38e4c25d21364d4878e54 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 19 May 2012 13:27:09 +0200 Subject: [PATCH] Disabled Python 2.5 again as flake8 doesn't support it at the moment :( --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 603b8ae..8860170 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.5" + # - "2.5" - "2.6" - "2.7" before_install: