From 8b0456f923f9d37247f6ae22fbffeb8c20cc41a2 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 24 Apr 2014 08:56:39 -0700 Subject: [PATCH] .travis.yml: Remove py25 Travis doesn't support it anymore --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c10c5ae..7c711d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - 2.5 - 2.6 - 2.7