From 1ab1bebeffc65aac23e327910fce4e81ee1cf64e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 9 Aug 2015 09:41:23 +0200 Subject: [PATCH] travis.yml: Allow failures for Python nightly. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 537cc72a3..73352b54a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,5 @@ notifications: email: false matrix: fast_finish: true + allow_failures: + - python: "nightly"