aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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