From fe44d569b172c00ea2b9ced789bed7d5760a9569 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Mon, 7 Apr 2014 13:45:13 -0400 Subject: Allow failures for python 3.4 on travis-ci Looks like python 3.4 is not ready available on travis-ci.org. We'll make 3.4 unit testing a requirement once travis-ci makes python 3.4 an available environment. Signed-off-by: Adam Stokes --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ed41d99..00d71903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ python: - 3.2 - 3.3 - 3.4 +matrix: + allow_failures: + - python: 3.4 notifications: email: sos-devel@redhat.com -- cgit