]> 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)
commit3cf809475a93228a3cb310b4d10d38f3b9d44c1f
tree0ed59d413ad736aa350d629eb51f4d0e035db7c5
parent097b8b6d52e3d4991c68dce74f182718dc0eab9c
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