Skip to content

Commit f80f2c0

Browse files
committed
README: review badges and update PyPI URL.
1 parent 163847d commit f80f2c0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
.. image:: https://travis-ci.org/RKrahl/pytest-dependency.svg?branch=master
2-
:target: https://travis-ci.org/RKrahl/pytest-dependency
1+
|travis| |rtd| |pypi|
2+
3+
.. |travis| image:: https://img.shields.io/travis/com/RKrahl/pytest-dependency
4+
:target: https://travis-ci.com/RKrahl/pytest-dependency
5+
:alt: Travis build status
6+
7+
.. |rtd| image:: https://img.shields.io/readthedocs/pytest-dependency/latest
8+
:target: https://pytest-dependency.readthedocs.io/en/latest/
9+
:alt: Documentation build status
10+
11+
.. |pypi| image:: https://img.shields.io/pypi/v/pytest-dependency
12+
:target: https://pypi.org/project/pytest-dependency/
13+
:alt: PyPI version
314

415
pytest-dependency - Manage dependencies of tests
516
================================================
@@ -14,7 +25,7 @@ Download
1425

1526
The latest release version can be found at PyPI, see
1627

17-
https://pypi.python.org/pypi/pytest_dependency
28+
https://pypi.org/project/pytest-dependency/
1829

1930

2031
System requirements

0 commit comments

Comments
 (0)