Skip to content

Commit 8631ea0

Browse files
author
Steve Peak
authored
Merge pull request codecov#31 from Gabswim/fix/typo
fixing a typo in the README
2 parents 48f47f9 + 087ede6 commit 8631ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ pytest
6969
pip install pytest pytest-cov
7070
pytest --cov=./
7171
72-
nosetest
72+
nosetests
7373
--------
7474

7575

7676
.. code-block:: shell-session
7777
78-
nosetest --with-coverage
78+
nosetests --with-coverage
7979
8080
See the `Offical Nose coverage docs <http://nose.readthedocs.org/en/latest/plugins/cover.html>`_ for more information.
8181

0 commit comments

Comments
 (0)