From 8e385340d1b7d3f898bd81d5726ac757f92d09d7 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 10 Oct 2016 16:06:47 -0700 Subject: [PATCH] add 2.6-dev to testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fe9ecd4f..7f0f16a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch + - "3.6-dev" # 3.6 development branch #- "nightly" # currently points to 3.6-dev matrix: allow_failures: -- 2.47.3