From c3ecb825c41f90fb6bec28c282c70c84398e08c0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:30:26 -0400 Subject: [PATCH] don't test on 2.6 Signed-off-by: Kenneth Reitz --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 395f5731..b7693f63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python python: - - "2.6" + # - "2.6" - "2.7" - "3.4" - "3.5"