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:
parent
c84939744f
commit
2d9763e013
|
@ -19,3 +19,6 @@ script:
|
||||||
- tox -e coverage
|
- tox -e coverage
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- python: "nightly"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user