From cebc0d2d929fe8c2386a9f3f2c70496dfe230de8 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 16 Oct 2014 18:19:52 +0800 Subject: [PATCH] Remove building against python 2.5 as travis no longer supports it --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5482a807..85bdc4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.5 - 2.6 - 2.7