Skip to content

Commit 2b830af

Browse files
committed
Use the better test runner in the makefile
1 parent 12d74be commit 2b830af

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
@@ -3,7 +3,7 @@
33
all: clean-pyc test
44

55
test:
6-
python setup.py test
6+
python run-tests.py
77

88
audit:
99
python setup.py audit

0 commit comments

Comments
 (0)