]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 16 Jun 2020 15:47:16 +0000 (08:47 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 15:47:16 +0000 (08:47 -0700)
commit071bed842eeff9673bc5c4f64e3916a151132d2a
tree80c70f091b82268c8319da42cb1f431fbd7358c6
parente63cc2f64668bd1d4581f8efa7089af7e08863b8
bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)

C and Python coverage jobs of Travis CI are no longer run on pull
requests, only on branches like master.
(cherry picked from commit fc710ee266e9461fdba9933ec6004318db588820)

Co-authored-by: Victor Stinner <vstinner@python.org>
.travis.yml