From f8aaec370e6cfd104d026b326d0a33918dbe2bc2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 8 Dec 2012 23:55:10 -0500 Subject: Fix the blunt hack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 031a14fe..89685498 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ tests: tox -e py27 metacov: - COVERAGE_COVERAGE=yes tox -e py27 + COVERAGE_COVERAGE=yes tox metahtml: python igor.py combine_html -- cgit v1.2.1