Commit b52260d8 authored by Brett Cannon's avatar Brett Cannon Committed by Donald Stufft

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.
parent bc4bed44
......@@ -20,6 +20,7 @@ env:
- TESTING=cpython
matrix:
fast_finish: true
allow_failures:
- env:
- TESTING=coverage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment