From 2b41af28e9168d439986eb08d3d031955019952c 2016-06-07 09:23:03 From: Min RK Date: 2016-06-07 09:23:03 Subject: [PATCH] allow failures on nightly Python while it's useful to run the tests, failures on Python nightly are likely to be not our bugs, and shouldn't generally be considered CI failures. --- diff --git a/.travis.yml b/.travis.yml index 12aedd7..b7e3d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,7 @@ after_success: - cp /tmp/ipy_coverage.xml ./ - cp /tmp/.coverage ./ - codecov + +matrix: + allow_failures: + python: nightly