mirror of
https://github.com/python/cpython.git
synced 2026-03-22 04:30:50 +00:00
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:
parent
bc4bed4405
commit
b52260d8bf
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ env:
|
|||
- TESTING=cpython
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- env:
|
||||
- TESTING=coverage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue