Skip to content

Commit

Permalink
Add test target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 369f25b commit 4ce01c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ setup-ci:
setup: setup-ci
$(PYTHON) -m pip install -q --disable-pip-version-check --upgrade -e .[test] releasecmd
$(PYTHON) -m pip check

.PHONY: test
test:
$(PYTHON) -m tox -e py

0 comments on commit 4ce01c7

Please sign in to comment.