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 8, 2023
1 parent c2188b6 commit 503c8ac
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 @@ -49,3 +49,7 @@ setup: setup-ci
.PHONY: examples
examples:
cd examples; pytest .

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

0 comments on commit 503c8ac

Please sign in to comment.