From d5c36e045bb23cce022ab1def9a676a181df317c Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Mon, 18 Apr 2016 14:36:25 +0900 Subject: [PATCH] update devguide: following current procedure to run test --- doc/devguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devguide.rst b/doc/devguide.rst index 313b026be..b621f622a 100644 --- a/doc/devguide.rst +++ b/doc/devguide.rst @@ -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::