From c261f3e7132d9c467d0bc2e2afa9b033161ed34b Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 28 Sep 2015 01:01:25 -0700 Subject: [PATCH] py3.5 is now supported, more or less py3.3/3.4 are broken for various reasons --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 309b1be..fb15cdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ matrix: allow_failures: - python: "3.3" - python: "3.4" - - python: "3.5" fast_finish: true install: - pip install . Twisted pyflakes