From 58ce8be74a1e3fe5a6e71e75d62028516a9f239c Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 31 Dec 2015 14:27:41 -0800 Subject: .travis.yml: Add Python nightly to test matrix, allowing failure --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21cc9bb0..022258b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ language: python python: - "3.4" - "3.5" +matrix: + allow_failures: + - python: "nightly" before_install: - sudo add-apt-repository -y ppa:kalakris/cmake - sudo apt-get update -- cgit v1.2.1