mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 06:46:14 +00:00
7 lines
70 B
Makefile
7 lines
70 B
Makefile
.PHONY: tests docs
|
|
|
|
tests:
|
|
pytest tests/
|
|
docs:
|
|
cd docs && make html
|