summaryrefslogtreecommitdiff
path: root/Makefile
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
commit454317ea060b236d86957a38afcbe595eb1f261a (patch)
tree8413bd6872e9524e7fa408094a875dab8fe9fdfa /Makefile
parentb18fbe17f0c8955b8cb384054207791541fe043a (diff)
downloadpython-coveragepy-454317ea060b236d86957a38afcbe595eb1f261a.tar.gz
So we can provide args to make commands.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8968549..44fccbb 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