Skip to content

Commit 596dab0

Browse files
committed
fix build badge
1 parent fc7ee93 commit 596dab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ modify ``/usr/lib/python3.6/sitecustomize.py`` making ``debug`` available in any
6969
else:
7070
__builtins__['debug'] = debug
7171
72-
.. |BuildStatus| image:: https://travis-ci.org/samuelcolvin/python-devtools.svg?branch=master
73-
:target: https://travis-ci.org/samuelcolvin/python-devtools
72+
.. |BuildStatus| image:: https://github.com/samuelcolvin/python-devtools/workflows/CI/badge.svg?event=push
73+
:target: https://github.com/samuelcolvin/python-devtools/actions?query=event%3Apush+branch%3Amaster+workflow%3ACI
7474
.. |Coverage| image:: https://codecov.io/gh/samuelcolvin/python-devtools/branch/master/graph/badge.svg
7575
:target: https://codecov.io/gh/samuelcolvin/python-devtools
7676
.. |pypi| image:: https://img.shields.io/pypi/v/devtools.svg

0 commit comments

Comments
 (0)