Use the better test runner in the makefile
This commit is contained in:
parent
12d74be7d7
commit
2b830af2ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
python setup.py test
|
||||
python run-tests.py
|
||||
|
||||
audit:
|
||||
python setup.py audit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue