From b72f458609afbd896098851789b40283597af0f9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Apr 2009 07:21:26 -0400 Subject: The old way of self-coverage testing coverage no longer works. --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ce227b8..ed06a412 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,6 @@ tests: testready $(TEST_ZIP): test/covmodzip1.py zip -j $@ $+ -coverage: - python coverage_coverage.py - WEBHOME = c:/ned/web/stellated/pages/code/modules publish: -- cgit v1.2.1