diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-07 13:20:23 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-07 13:21:10 -0400 |
commit | e2aa46c1fcf651bcaf0b149490d15716c2358de5 (patch) | |
tree | c68c8cc6e0ffe7e44a0504031752766502c1551a /.travis.yml | |
parent | cb7edbfcb0adfb9bceacebb3d1a88234256743c4 (diff) | |
download | sos-e2aa46c1fcf651bcaf0b149490d15716c2358de5.tar.gz |
Bring python 3.4 into the testing matrix
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fa3bcc44..0ed41d99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 notifications: email: sos-devel@redhat.com |