summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-18 22:39:36 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-18 22:39:36 +0000
commiteee02bc86f8867f903e113ca456c498508c7a496 (patch)
treec1375204487ffc00448534002544df2a1c636f14 /Makefile
parente5e568107f25f2306ae72efd6adede2273f5f7e4 (diff)
downloadsummain-eee02bc86f8867f903e113ca456c498508c7a496.tar.gz
Remove now-useless without-tests.
CoverageTestRunner 1.5 ignores setup.py by default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f8453b..4db3341 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
all:
check:
- python -m CoverageTestRunner --ignore-missing-from without-tests
+ python -m CoverageTestRunner
rm .coverage
clean: