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 Apr 7, 2024
1 parent eb5583d commit 20bbd70
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 @@ -60,3 +60,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 20bbd70

Please sign in to comment.