Merge pull request #1499 from menghan/doc

Fix project name in CONTRIBUTING.rst
This commit is contained in:
Markus Unterwaditzer 2015-06-13 17:55:12 +02:00
commit 9ddd3e9084

View file

@ -56,9 +56,9 @@ Then you can run the testsuite with::
py.test py.test
With only py.test installed, a large part of the testsuite will get skipped With only py.test installed, a large part of the testsuite will get skipped
though. Whether this is relevant depends on which part of Werkzeug you're though. Whether this is relevant depends on which part of Flask you're working
working on. Travis is set up to run the full testsuite when you submit your on. Travis is set up to run the full testsuite when you submit your pull
pull request anyways. request anyways.
If you really want to test everything, you will have to install ``tox`` instead If you really want to test everything, you will have to install ``tox`` instead
of ``pytest``. Currently we're depending on a development version of Tox of ``pytest``. Currently we're depending on a development version of Tox