Skip to content

Commit

Permalink
chore(docs): remove the dot (in py.test command) (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyermolenko authored and TheKevJames committed Jan 11, 2019
1 parent eba54e4 commit c0e4221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Coveralls for python
.. image:: https://img.shields.io/pypi/implementation/coveralls.svg?style=flat-square
:target: https://pypi.python.org/pypi/coveralls

`coveralls.io`_ is a service for publishing your coverage stats online. This package provides seamless integration with `coverage.py`_ (and thus ``py.test``, ``nosetests``, etc...) in your Python projects::
`coveralls.io`_ is a service for publishing your coverage stats online. This package provides seamless integration with `coverage.py`_ (and thus ``pytest``, ``nosetests``, etc...) in your Python projects::

pip install coveralls
coverage run --source=mypkg setup.py test
Expand Down

0 comments on commit c0e4221

Please sign in to comment.