Skip to content

Commit

Permalink
Add test target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianVollmer committed Feb 26, 2023
1 parent 22c494c commit bb0acb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clean:
@rm -rf build __pycache__ powerhub.egg-info docs/_build .docvenv
@rm -rf build __pycache__ powerhub.egg-info docs/_build .docvenv .tox

docs:
@find .docvenv -maxdepth 0 -type d || python3 -m venv .docvenv ; \
Expand All @@ -8,4 +8,7 @@ docs:
python3 -m pip install -r requirements.txt ; \
sphinx-build . _build

test:
tox

.PHONY: clean docs

0 comments on commit bb0acb7

Please sign in to comment.