From fdedb362291240b9a3587071c4151e003a730486 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 20 Sep 2016 13:16:25 -0700 Subject: [PATCH] remove python nightlies for now as I do not care much and they are fragile at the moment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7615b9bb..fe9ecd4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - - "nightly" # currently points to 3.6-dev + #- "nightly" # currently points to 3.6-dev matrix: allow_failures: - python: nightly -- 2.47.3