From a3a89f1e2af46b48c80d7d35d60303b3cf53ffea Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 31 Oct 2013 13:56:10 +0100 Subject: [PATCH] Don't test py26 with travis-ci We have still a rounding issue, gonna fix that in another commit. This helps to unblock pull requests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f210315..3c94828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.6" +# - "2.6" - "2.7" - "3.3" # command to install dependencies