diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-05-29 16:09:18 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-05-29 16:09:18 -0400 |
commit | a5d07b2e5178503f45128be6d0685e060dea46a5 (patch) | |
tree | c8365352735ae901d8b3f70002c2aced4a124cc7 /.travis.yml | |
parent | dd478c24e32a62ad1dcc475dc93bdafe9eac4a7f (diff) | |
download | sos-a5d07b2e5178503f45128be6d0685e060dea46a5.tar.gz |
travis-ci supports python 3.4
now that travis-ci supports python 3.4 we make the unittests pass on that
version a requirement.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 00d71903..0ed41d99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ python: - 3.2 - 3.3 - 3.4 -matrix: - allow_failures: - - python: 3.4 notifications: email: sos-devel@redhat.com |