From 13d1809ad2c7e9d26d6dc95909e0dfcdf202fa45 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 10 Oct 2016 16:18:28 -0700 Subject: [PATCH] 2.6 testing still fails due to test suite issues --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f0f16a4..65a2d91d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - - "3.6-dev" # 3.6 development branch + #- "3.6-dev" # 3.6 development branch #- "nightly" # currently points to 3.6-dev matrix: allow_failures: -- 2.47.3