Merge pull request #3560 from TormodLandet/document-style-check

Mention style-checks and type-checks in the devguide
This commit is contained in:
Takeshi KOMIYA 2017-03-18 14:58:53 +09:00 committed by GitHub
commit 2445b70848

View File

@ -127,6 +127,11 @@ These are the basic steps needed to start developing on Sphinx.
cd doc
make clean html latexpdf
* Run code style checks and type checks (type checks require mypy)::
make style-check
make type-check
* Run the unit tests under different Python environments using
:program:`tox`::