From: Brett Cannon Date: Wed, 15 Feb 2017 00:37:15 +0000 (-0800) Subject: Have Travis consider a pull request as passing as soon as required tests complete... X-Git-Tag: v3.7.0a1~1339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b52260d8bf392aa04c48b8c2467a4c034184de86;p=python 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. --- diff --git a/.travis.yml b/.travis.yml index dc3a00d1f4..f9e62147a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ env: - TESTING=cpython matrix: + fast_finish: true allow_failures: - env: - TESTING=coverage