commit | 3cf809475a93228a3cb310b4d10d38f3b9d44c1f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 16 08:47:16 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 16 08:47:16 2020 -0700 |
tree | 0ed59d413ad736aa350d629eb51f4d0e035db7c5 | |
parent | 097b8b6d52e3d4991c68dce74f182718dc0eab9c [diff] |
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>