Skip to content

Commit 1ff6679

Browse files
committed
Makefile: make test target use any available python version
1 parent 259fb85 commit 1ff6679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: docs test clean fix
22

33
test:
4-
tox -e py311-dj42-sqlite_file
4+
tox -e py-dj42-sqlite_file
55

66
docs:
77
tox -e docs

0 commit comments

Comments
 (0)