Skip to content

Commit 75a490d

Browse files
authored
Use GitHub actions for the build badge
1 parent 67f8e01 commit 75a490d

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
@@ -5,8 +5,8 @@ factory_boy_ integration with the pytest_ runner
55
:target: https://pypi.python.org/pypi/pytest-factoryboy
66
.. image:: https://img.shields.io/pypi/pyversions/pytest-factoryboy.svg
77
:target: https://pypi.python.org/pypi/pytest-factoryboy
8-
.. image:: https://travis-ci.org/pytest-dev/pytest-factoryboy.svg?branch=master
9-
:target: https://travis-ci.org/pytest-dev/pytest-factoryboy
8+
.. image:: https://github.com/pytest-dev/pytest-factoryboy/actions/workflows/main.yml/badge.svg
9+
:target: https://github.com/pytest-dev/pytest-factoryboy/actions?query=workflow%3Amain
1010
.. image:: https://readthedocs.org/projects/pytest-factoryboy/badge/?version=latest
1111
:target: https://readthedocs.org/projects/pytest-factoryboy/?badge=latest
1212
:alt: Documentation Status

0 commit comments

Comments
 (0)