-
Notifications
You must be signed in to change notification settings - Fork 6
Development Notes
Joshua Skelton edited this page Jul 5, 2017
·
1 revision
Only a few development dependencies are required.
- mock - If you want to run the tests under Python2
- sphinx and sphinx_rtd_theme - If you want to build the documentation.
The tests can be ran:
$ python -m unittest discover -s tests
or via makefile:
$ make test
Navigate to docs
and run:
$ make html
or from the project root:
$ make docs