summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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