Makefile: Add 'docs' target

pull/1/head
Alinson S. Xavier 6 years ago
parent 90865e56b3
commit acdb8c645b

@ -1,9 +1,12 @@
PYTEST_ARGS := -W ignore::DeprecationWarning -vv
docs:
mkdocs build
test:
pytest $(PYTEST_ARGS)
test-watch:
pytest-watch -- $(PYTEST_ARGS)
.PHONY: test test-watch
.PHONY: test test-watch docs

Loading…
Cancel
Save