Skip to content

Commit

Permalink
Makefile: make test target use any available python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed Sep 29, 2024
1 parent 259fb85 commit 1ff6679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: docs test clean fix

test:
tox -e py311-dj42-sqlite_file
tox -e py-dj42-sqlite_file

docs:
tox -e docs
Expand Down

0 comments on commit 1ff6679

Please sign in to comment.