Browse Source

Use the better test runner in the makefile

pull/309/head
Armin Ronacher 14 years ago
parent
commit
2b830af2ef
  1. 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…
Cancel
Save