From ce2de6bd60db874f26502350a75de10faa1bf220 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 1 Oct 2014 15:12:06 +0000 Subject: Fix and integrate distbuild unit tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 99c18ed4..8125788f 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ class Check(Command): def run(self): subprocess.check_call(['python', '-m', 'CoverageTestRunner', '--ignore-missing-from=without-test-modules', - 'morphlib']) + 'morphlib', 'distbuild']) os.remove('.coverage') -- cgit v1.2.1