From 5dca0542ebdd999146d33d015b402978e2211f96 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 1 Jul 2018 14:45:56 -0700 Subject: [PATCH] travis: tolerate py3.4 failure because of txtorcon bug https://github.com/meejah/txtorcon/issues/306 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 69344cf..3bcad1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ matrix: allow_failures: - python: 2.7 - python: 3.3 + # txtorcon is currently broken on py3.4 + - python: 3.4 # travis doesn't support py3.7 yet - python: 3.7 - python: nightly