summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-30 08:56:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-30 08:56:51 -0400
commit7f13ce4730fd989d21b966ce4bcc86a45ae3a486 (patch)
tree93bb900681700aadd807815794b63e9abe37c5fb /Makefile
parentb4fde64f19d8d4250fa05a7228d94f436f803382 (diff)
downloadpython-coveragepy-git-7f13ce4730fd989d21b966ce4bcc86a45ae3a486.tar.gz
Make this agnostic to Python version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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