Skip to content

Commit 7870310

Browse files
authored
Replaced crate.io with pypi (#14)
crate.io doesn't have an reference to pytest-cloud package anymore. Replaced badge link to point to default pypi location.
1 parent 1c7c619 commit 7870310

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
@@ -4,7 +4,7 @@ Distributed tests planner plugin for pytest testing framework
44
.. image:: https://api.travis-ci.org/pytest-dev/pytest-cloud.png
55
:target: https://travis-ci.org/pytest-dev/pytest-cloud
66
.. image:: https://img.shields.io/pypi/v/pytest-cloud.svg
7-
:target: https://crate.io/packages/pytest-cloud/
7+
:target: https://pypi.org/project/pytest-cloud/
88
.. image:: https://coveralls.io/repos/pytest-dev/pytest-cloud/badge.png?branch=master
99
:target: https://coveralls.io/r/pytest-dev/pytest-cloud
1010
.. image:: https://readthedocs.org/projects/pytest-cloud/badge/?version=latest
@@ -18,7 +18,7 @@ Install pytest-cloud
1818
::
1919

2020
pip install pytest-cloud
21-
21+
2222
# install GNU parallel utility
2323
# https://www.gnu.org/software/parallel/
2424
# for MacOS, you can use:

0 commit comments

Comments
 (0)