]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try to add 3.6 to travis
authorBob Halley <halley@dnspython.org>
Mon, 26 Dec 2016 20:37:34 +0000 (12:37 -0800)
committerBob Halley <halley@dnspython.org>
Mon, 26 Dec 2016 20:37:34 +0000 (12:37 -0800)
.travis.yml

index 65a2d91dc3d3cb1550db2a371869080e2eef3d59..b1a6240e5efcd6be7541ba190eaff8394b0e384d 100644 (file)
@@ -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: