From 7f13ce4730fd989d21b966ce4bcc86a45ae3a486 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 30 Sep 2009 08:56:51 -0400 Subject: Make this agnostic to Python version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71beee5b..ade63272 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ default: @echo "* No default action *" TEST_ZIP = test/zipmods.zip -TEST_EGG = test/eggsrc/dist/covtestegg1-0.0.0-py2.5.egg +TEST_EGG = test/eggsrc/dist/covtestegg1-0.0.0-py*.egg clean: python test/test_farm.py clean -- cgit v1.2.1