summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e8399a2d..eb920945 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ pep8:
tests:
tox -e py27 $(ARGS)
-metacov:
+metacov:
COVERAGE_COVERAGE=yes tox $(ARGS)
metahtml:
@@ -55,7 +55,7 @@ kit:
kit_upload:
$(SDIST_CMD) upload
-
+
pypi:
python setup.py register