From: Bob Halley Date: Mon, 26 Dec 2016 20:37:34 +0000 (-0800) Subject: try to add 3.6 to travis X-Git-Tag: v1.16.0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30ab05c3007ab33a56446261e12593e9e2777733;p=thirdparty%2Fdnspython.git try to add 3.6 to travis --- diff --git a/.travis.yml b/.travis.yml index 65a2d91d..b1a6240e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ python: - "3.3" - "3.4" - "3.5" - - "3.5-dev" # 3.5 development branch + - "3.6" + #- "3.5-dev" # 3.5 development branch #- "3.6-dev" # 3.6 development branch #- "nightly" # currently points to 3.6-dev matrix: