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.
This commit is contained in:
Brian Warner 2017-04-23 16:53:12 -04:00
parent c84939744f
commit 2d9763e013

View File

@ -19,3 +19,6 @@ script:
- tox -e coverage
after_success:
- codecov
matrix:
allow_failures:
- python: "nightly"