From 785efbb3ce8519a7c1ee4fb916e45de55772609e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 20 Feb 2018 12:15:08 -0800 Subject: [PATCH] Do not test on 2.6 any more as things have stopped supporting it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bd79bcf..6ea7f75c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.6" + #- "2.6" - "2.7" # 3.2 make unicode literal handling difficult. # we dropped that, see https://github.com/rthalley/dnspython/pull/148 -- 2.47.3