From bc3bcdfe254470db22cfdf4379bc2087554d9d6c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 17 Sep 2009 07:29:02 -0400 Subject: Better 3.x testing, etc. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aad68429..c747d133 100644 --- a/Makefile +++ b/Makefile @@ -41,11 +41,12 @@ lint: python /Python25/Lib/tabnanny.py coverage scripts test setup.py python checkeol.py -testready: $(TEST_ZIP) devinst +testready: testdata devinst tests: testready nosetests +testdata: $(TEST_ZIP) $(TEST_ZIP): test/covmodzip1.py zip -j $@ $+ -- cgit v1.2.1