Have Travis consider a pull request as passing as soon as required tests complete (#101)

Without this flag, the coverage test will hold up the status of the pull request.
This commit is contained in:
Brett Cannon 2017-02-14 16:37:15 -08:00 committed by Donald Stufft
parent bc4bed4405
commit b52260d8bf
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ env:
- TESTING=cpython
matrix:
fast_finish: true
allow_failures:
- env:
- TESTING=coverage