From 8b5bb471df3f28b251ce758d6adece85c25fb576 Mon Sep 17 00:00:00 2001 From: Asko Soukka Date: Tue, 18 Nov 2014 15:24:02 +0200 Subject: [PATCH] Allow Python 3.4 with extras to fail at Travis Allow Python 3.4 with extras to fail at Travis Allow Python 3.4 with extras to fail at Travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 535c77f..874f87f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ env: matrix: - CONF=travis.cfg - CONF=extras.cfg EXTRAS_INSTALLED=true +matrix: + allow_failures: + - python: 3.4 + env: CONF=extras.cfg EXTRAS_INSTALLED=true install: - python bootstrap.py - bin/buildout -c $CONF annotate