diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-07 13:45:13 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-07 13:45:13 -0400 |
commit | fe44d569b172c00ea2b9ced789bed7d5760a9569 (patch) | |
tree | bf6ba9bc9b19ed94ea1bca7125c3f40efc4aa7e1 /.travis.yml | |
parent | e2aa46c1fcf651bcaf0b149490d15716c2358de5 (diff) | |
download | sos-fe44d569b172c00ea2b9ced789bed7d5760a9569.tar.gz |
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 <adam.stokes@ubuntu.com>
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 |