Skip to content

Commit bfc928c

Browse files
committed
fix(testing): Use Python3 explictly
1 parent 55a5c93 commit bfc928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.PHONY: test
22

33
test:
4-
python -m unittest discover -v
4+
python3 -m unittest discover -v

0 commit comments

Comments
 (0)