diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |