Use the better test runner in the makefile

This commit is contained in:
Armin Ronacher 2011-08-26 11:24:42 +01:00
parent 12d74be7d7
commit 2b830af2ef

View file

@ -3,7 +3,7 @@
all: clean-pyc test
test:
python setup.py test
python run-tests.py
audit:
python setup.py audit