diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2015-09-29 14:01:23 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2015-09-29 14:01:23 -0400 |
commit | 113d81087c7ad3a8d944ed1534997b5596d67303 (patch) | |
tree | 7e8ca13b738d01484a1ffa71411196f9ae1ac672 /.travis.yml | |
parent | 65da27c5bb75b189c441ae2d65f0a26e11917624 (diff) | |
download | sos-113d81087c7ad3a8d944ed1534997b5596d67303.tar.gz |
[travis-ci] support 3.5 and nightly builds
Expand the test coverage for Python 3.5 and
nightly build runtimes.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 540195c7..6d6b5744 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: python python: - 2.7 - 3.4 + - 3.5 + - "nightly" +matrix: + allow_failures: + - python: 3.5 + - python: "nightly" sudo: false notifications: email: |