From 70d85969d2fcc86296ae2b530df90f2a77ebfc04 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 23 Jan 2013 19:44:32 -0500 Subject: Makefile should be clean too. --- Makefile | 4 ++-- igor.py | 1 + 2 files changed, 3 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 diff --git a/igor.py b/igor.py index 1d6c2af9..b54ba5da 100644 --- a/igor.py +++ b/igor.py @@ -194,6 +194,7 @@ def do_check_eol(): check_files("test/js", ["*.js", "*.html"]) check_file("setup.py") check_file("igor.py") + check_file("Makefile") check_files("doc", ["*.rst"]) check_files(".", ["*.txt"]) -- cgit v1.2.1