Mention style-checks and type-checks in devguide

This commit is contained in:
Tormod Landet 2017-03-16 09:35:11 +01:00 committed by jfbu
parent 39bce2f90a
commit a9243276cc

View File

@ -127,6 +127,11 @@ These are the basic steps needed to start developing on Sphinx.
cd doc cd doc
make clean html latexpdf 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 * Run the unit tests under different Python environments using
:program:`tox`:: :program:`tox`::