From 0cd7471c060e748f778f35206cf11b105dce1234 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 26 Sep 2015 18:32:02 -0700 Subject: [PATCH] travis: turn on py3 testing (failures allowed) --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9870cc4..309b1be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,17 @@ sudo: false language: python python: + - "2.6" - "2.7" + - "3.3" + - "3.4" + - "3.5" +matrix: + allow_failures: + - python: "3.3" + - python: "3.4" + - python: "3.5" + fast_finish: true install: - pip install . Twisted pyflakes script: