aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2016-11-06 14:10:14 -0500
committerPaul Ganssle <paul@ganssle.io>2016-11-06 14:10:14 -0500
commit3da40693f1910313e993cbe3be0e65d51a14f8eb (patch)
tree927a23d9bdbb118b98083f8cf29fea0a4c27fe0d /.travis.yml
parent7436dc58ca3bcd32acd2736f5793020316b5da5e (diff)
downloaddateutil-3da40693f1910313e993cbe3be0e65d51a14f8eb.tar.gz
Add 3.6-dev and nightlies as allowed-fail build targets in travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eec752e..1139bfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6-dev"
+ - "nightly"
- "pypy"
- "pypy3"
@@ -13,6 +15,8 @@ matrix:
# pypy3 latest version is not playing nice.
allow_failures:
- python: "pypy3"
+ - python: "3.6-dev"
+ - python: "nightly"
before_install:
# Travis version of Pypy is old and is causing some jobs to fail, so