From 8416a0dc9f6fe5dbe9e1eb9701d557055b283cf2 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 9 Dec 2012 16:43:21 +0100 Subject: [PATCH] add python 2.6 to travis testing again, because weakrefs are gone now --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a1a95204..0e8c6d82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - 2.5 + - 2.6 - 2.7 - 3.2 install: echo "No external requirements"