forked from orbit-oss/flask
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
|
all: clean-pyc test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python setup.py test
|
python run-tests.py
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
python setup.py audit
|
python setup.py audit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue