requirements: Fold testing requirements into docs

This commit is contained in:
Stein Magnus Jodal 2013-12-06 10:23:50 +01:00
parent 8295dd4f4a
commit a937d5e117
2 changed files with 1 additions and 5 deletions

View File

@ -85,7 +85,7 @@ Mopidy to come with tests.
#. To run tests, you need a couple of dependencies. They can be installed using
``pip``::
pip install -r requirements/tests.txt
pip install --upgrade coverage flake8 mock nose
#. Then, to run all tests, go to the project directory and run::

View File

@ -1,4 +0,0 @@
coverage
flake8
mock >= 1.0
nose