Skip to content

Commit 7e76edb

Browse files
committed
docs: highlight docs link in title
1 parent fba1e7a commit 7e76edb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Coveralls for Python
2-
====================
1+
Coveralls for Python (Docs)
2+
===========================
33

44
:Test Status:
55
.. image:: https://img.shields.io/circleci/project/github/coveralls-clients/coveralls-python/master.svg?style=flat-square&label=CircleCI
@@ -39,7 +39,7 @@ package provides seamless integration with `coverage.py`_ (and thus ``pytest``,
3939
``nosetests``, etc...) in your Python projects::
4040

4141
pip install coveralls
42-
coverage run --source=mypkg setup.py test
42+
coverage run --source=mypkg -m pytest tests/
4343
coveralls
4444

4545
For more information and usage instructions, see our `documentation`_.
@@ -61,7 +61,8 @@ If you're in an outdated environment and experiencing an issue, feel free to
6161
open a ticket -- but please mention your environment! I'm willing to backport
6262
fixes to the 1.x branch if need be.
6363

64-
.. _coveralls.io: https://coveralls.io/
64+
.. _Docs: http://coveralls-python.readthedocs.io/en/latest/
6565
.. _coverage.py: https://coverage.readthedocs.io/en/latest/
66+
.. _coveralls.io: https://coveralls.io/
6667
.. _documentation: http://coveralls-python.readthedocs.io/en/latest/
6768
.. _the PyPA docs: https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

0 commit comments

Comments
 (0)