From 2d9763e013fc9aece9d2734f2909aa08554a48b0 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 23 Apr 2017 16:53:12 -0400 Subject: [PATCH] travis: tolerate failures on python-nightly I'm seeing "coverage xml" fail, which indicates some internal problems in the "coverage" module that aren't our responsibility. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ab1bd9c..2e2ebc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,6 @@ script: - tox -e coverage after_success: - codecov +matrix: + allow_failures: + - python: "nightly"