From d728ba6413befda4b0a144c0d66a6f581b2b0944 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 2 Dec 2012 23:13:59 +0100 Subject: [PATCH] removed python 2.6 from travis testing, because one test failed non-reproducible on my systems --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e8c6d82..a1a95204 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - 2.5 - - 2.6 - 2.7 - 3.2 install: echo "No external requirements"