From 113d81087c7ad3a8d944ed1534997b5596d67303 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Tue, 29 Sep 2015 14:01:23 -0400 Subject: [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 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit