mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
c0fd845d4c
Basics added from sphinx-quickstart, makefile at project root updated. Signed-off-by: Evan.Mattiza <emattiza@gmail.com>
5 lines
50 B
Makefile
5 lines
50 B
Makefile
tests:
|
|
pytest tests/
|
|
docs:
|
|
cd docs && make html
|