From: Bob Halley Date: Tue, 20 Feb 2018 20:15:08 +0000 (-0800) Subject: Do not test on 2.6 any more as things have stopped supporting it. X-Git-Tag: v1.16.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785efbb3ce8519a7c1ee4fb916e45de55772609e;p=thirdparty%2Fdnspython.git Do not test on 2.6 any more as things have stopped supporting it. --- 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