summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-12-26 12:37:34 -0800
committerBob Halley <halley@dnspython.org>2016-12-26 12:37:34 -0800
commit30ab05c3007ab33a56446261e12593e9e2777733 (patch)
tree9f8f53ab12a04b1c9668507b8b7b920a4bfff0c9 /.travis.yml
parente036fa3d070eafda207a7d7f4cca2913468978b3 (diff)
downloaddnspython-30ab05c3007ab33a56446261e12593e9e2777733.tar.gz
try to add 3.6 to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 65a2d91..b1a6240 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: