summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-01 22:41:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-01 22:41:14 -0500
commitf22e7ce19268d605347f925c8e6d1bf7bc9f2cf8 (patch)
treecd714fb23d0f70ae2e76ea2f8eecf9e3704bd6ef /Makefile
parent9ad6da410c2dac5a7e6ec5dd793e34bd22988073 (diff)
downloadpython-coveragepy-git-f22e7ce19268d605347f925c8e6d1bf7bc9f2cf8.tar.gz
Cross-platform coveage measurement.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4af63da..89685498 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ tests:
metacov:
COVERAGE_COVERAGE=yes tox
+
+metahtml:
python igor.py combine_html
# Kitting