Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ coverage: ## check code coverage quickly with the default Python
coverage html
$(BROWSER) htmlcov/index.html

requirements: ## ensure that all of the modules required by this project are installed
pip install -r requirements.txt

docs: ## generate Sphinx HTML documentation, including API docs
rm -f docs/{{ cookiecutter.project_slug }}.rst
rm -f docs/modules.rst
Expand Down