Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Travis CI and Codecov badges to README #70

Merged
merged 1 commit into from
Feb 13, 2017
Merged

Add Travis CI and Codecov badges to README #70

merged 1 commit into from
Feb 13, 2017

Conversation

vstinner
Copy link
Member

Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.

See also https://shields.io/

@vstinner
Copy link
Member Author

Snapshot of the result:
badges

Another example with my perf project: https://github.com/haypo/perf which has PyPI and Travis CI badges.

Copy link
Member

@berkerpeksag berkerpeksag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also python/core-workflow#22. Can you remove badges in CONTRIBUTING.rst?

Badges are small images which gives the status of the Travis CI and
the coverage percentage of Codecode. It helps to check the status of
the Travis CI and to get the link to Travis CI.

See also https://shields.io/
@vstinner
Copy link
Member Author

Can you remove badges in CONTRIBUTING.rst?

Done.

@Mariatta
Copy link
Member

Seems like backport to 3.6 was done in GH-86, so this only needs backport to 3.5 now.

@vstinner vstinner deleted the badges branch June 15, 2017 23:03
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
…lues

If a C-function checks a return value of another C-function of type PyObject*,
it must handle the case of unwinding. This commit fixes PyObject_Call in
abstract.c and simplifies checks in ceval.c.

https://bitbucket.org/stackless-dev/stackless/issues/70
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
…lues

If a C-function checks a return value of another C-function of type PyObject*,
it must handle the case of unwinding. This commit fixes PyObject_Call in
abstract.c.

https://bitbucket.org/stackless-dev/stackless/issues/70
(grafted from 113b9eaa4dd219a4f249f082f6772b9e5086e1a5)
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
…lues

Add two assertions to suspicious functions.

https://bitbucket.org/stackless-dev/stackless/issues/70
(grafted from bf3fa8395cd10e477bcc20b816cc659f1d5c8c0f)
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
…lues

Fix building with STACKLESS_OFF

https://bitbucket.org/stackless-dev/stackless/issues/70
(grafted from 224fa4eb27504dfdb396d901d6d1623e7f441f22)
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
@gvanrossum gvanrossum mentioned this pull request Apr 10, 2022
jaraco added a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
Update package to run on all versions of Python

Closes python#70

See merge request python-devs/importlib_resources!83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants