Browse Source

Use the better test runner in the makefile

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