[issue40993] Don't run Python and C coverage jobs of Travis CI on pull requests

STINNER Victor report at bugs.python.org
Tue Jun 16 11:09:47 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Documentation about skipping jobs on pull requests:
https://docs.travis-ci.com/user/pull-requests/#how-pull-requests-are-built

I don't think that the following method works for the issue:

"To only build on push events not on pull requests, disable Build on Pull Requests in your repository settings."

That would disable all jobs, not only coverage jobs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40993>
_______________________________________


More information about the Python-bugs-list mailing list