From 7166d57330a64a87b9c98cac48fbd467c8053288 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Jun 2013 11:06:25 +0100 Subject: Fix missing variable name in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 07b8fa8..4df07f5 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ class Check(Command): if markdown_version: subprocess.check_call( ['python', '-m', 'CoverageTestRunner', - '--ignore-missing-from', missing_from]) + '--ignore-missing-from', 'without-tests']) os.remove('.coverage') subprocess.check_call(['./cmdtest', 'echo-tests']) -- cgit v1.2.1