update devguide: following current procedure to run test

This commit is contained in:
shimizukawa 2016-04-18 14:36:25 +09:00
parent f7dbeed02c
commit d5c36e045b

View File

@ -111,7 +111,7 @@ These are the basic steps needed to start developing on Sphinx.
* Run the unit tests::
pip install nose mock
pip install -r test-reqs.txt
make test
* Build the documentation and check the output for different builders::