From 1f38f19d35ea659e7e362d149cd9912377d2d6cd Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 19 Nov 2013 06:13:06 +0100 Subject: [PATCH] checking if even 2.5 works :D (this is mostly to trigger a travis-ci initial run) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6ca5c3b..e7ea1a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: + - "2.5" - "2.6" - "2.7" - "pypy"