Skip to content

Commit 1547377

Browse files
committed
Add CI badge to README
1 parent 0966101 commit 1547377

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest-flask
22
============
33

4-
|PyPI version| |conda-forge version| |Python versions| |Documentation status|
4+
|PyPI version| |conda-forge version| |Python versions| |ci| |Documentation status|
55

66
An extension of `pytest <http://pytest.org/>`__ test runner which
77
provides a set of useful tools to simplify testing and development
@@ -44,6 +44,10 @@ suggestion.
4444
:target: https://anaconda.org/conda-forge/pytest-flask
4545
:alt: conda-forge version
4646

47+
.. |ci| image:: https://github.com/pytest-dev/pytest-flask/workflows/build/badge.svg
48+
:target: https://github.com/pytest-dev/pytest-flask/actions
49+
:alt: CI status
50+
4751
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/pytest-flask.svg
4852
:target: https://pypi.org/project/pytest-flask
4953
:alt: PyPi downloads

0 commit comments

Comments
 (0)