fix typo in tox.cover.sh script name

This commit is contained in:
Robert Habermann
2015-08-09 11:11:23 +02:00
parent 95cc031339
commit 6a1cf1b754
+1 -1
View File
@@ -52,7 +52,7 @@ The following tools are there to help you:
before submitting a new pull request.
- ``tox -e cover`` checks the test coverage only. Calling the
``./tox-cover.sh`` script directly might be a bit quicker, though.
``./tox.cover.sh`` script directly might be a bit quicker, though.
- ``tox -e lint`` checks the style of the whole project, while
``pylint --rcfile=.pylintrc path`` will check a single file or