diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-09 15:48:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-09 15:48:33 -0500 |
commit | 36ef251d6202102afd115084aacc868b9c520a21 (patch) | |
tree | 803877c544776ef3aebff67aa65b1794e848ce37 | |
parent | 9a4d9ecf738f7b2a755664a82e6169491c4d722d (diff) | |
download | python-coveragepy-git-36ef251d6202102afd115084aacc868b9c520a21.tar.gz |
So we can provide args to make commands.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |