Staging
v0.5.1
https://github.com/python/cpython
Revision 071bed842eeff9673bc5c4f64e3916a151132d2a authored by Miss Islington (bot) on 16 June 2020, 15:47:16 UTC, committed by GitHub on 16 June 2020, 15:47:16 UTC

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>
1 parent e63cc2f
Raw File
Tip revision: 071bed842eeff9673bc5c4f64e3916a151132d2a authored by Miss Islington (bot) on 16 June 2020, 15:47:16 UTC
bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)
Tip revision: 071bed8
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top