summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-13 21:12:36 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-13 21:12:36 -0400
commiteb8bd102097e9d177ec7c56e3948bcf265004119 (patch)
treed6c2ae7efc91aa457f8a728a91bf00641ce5b33d /Makefile
parent858721a9d5a3618b80d10ec71c6c2c32a89b6a7c (diff)
downloadpython-coveragepy-git-eb8bd102097e9d177ec7c56e3948bcf265004119.tar.gz
Use nose for running tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1714cd3c..fa62ba6b 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ lint: clean
python checkeol.py
tests: $(TEST_ZIP)
- python test_coverage.py
+ nosetests
$(TEST_ZIP): test/covmodzip1.py
zip -j $@ $+