aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-05-04 18:06:50 -0700
committerPaul Ganssle <paul@ganssle.io>2017-06-03 16:09:33 -0400
commitf225d0181dc03a49d36196f3ea42156fbdc0ab70 (patch)
tree1b53adaac7aaa26d91e32dfa3d36ba0cfe05b654 /.travis.yml
parentffc44b83d4461eaecde0b62eb3151b44d4eebab3 (diff)
downloaddateutil-f225d0181dc03a49d36196f3ea42156fbdc0ab70.tar.gz
Add Python 3.6 to CI testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0bd8528..59a5f26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- - "3.6-dev"
+ - "3.6"
- "nightly"
- "pypy-5.4"
- "pypy3"
@@ -16,7 +16,6 @@ matrix:
# pypy3 latest version is not playing nice.
allow_failures:
- python: "pypy3"
- - python: "3.6-dev"
- python: "nightly"
before_install: