We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7ee93 commit 596dab0Copy full SHA for 596dab0
1 file changed
README.rst
@@ -69,8 +69,8 @@ modify ``/usr/lib/python3.6/sitecustomize.py`` making ``debug`` available in any
69
else:
70
__builtins__['debug'] = debug
71
72
-.. |BuildStatus| image:: https://travis-ci.org/samuelcolvin/python-devtools.svg?branch=master
73
- :target: https://travis-ci.org/samuelcolvin/python-devtools
+.. |BuildStatus| image:: https://github.com/samuelcolvin/python-devtools/workflows/CI/badge.svg?event=push
+ :target: https://github.com/samuelcolvin/python-devtools/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI
74
.. |Coverage| image:: https://codecov.io/gh/samuelcolvin/python-devtools/branch/master/graph/badge.svg
75
:target: https://codecov.io/gh/samuelcolvin/python-devtools
76
.. |pypi| image:: https://img.shields.io/pypi/v/devtools.svg
0 commit comments