summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-09 15:48:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-09 15:48:33 -0500
commit36ef251d6202102afd115084aacc868b9c520a21 (patch)
tree803877c544776ef3aebff67aa65b1794e848ce37
parent9a4d9ecf738f7b2a755664a82e6169491c4d722d (diff)
downloadpython-coveragepy-git-36ef251d6202102afd115084aacc868b9c520a21.tar.gz
So we can provide args to make commands.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 89685498..44fccbb9 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,10 @@ pep8:
pep8 --filename=*.py --ignore=E401,E301 --repeat coverage
tests:
- tox -e py27
+ tox -e py27 $(ARGS)
metacov:
- COVERAGE_COVERAGE=yes tox
+ COVERAGE_COVERAGE=yes tox $(ARGS)
metahtml:
python igor.py combine_html