From 1126c8b5f8f1a406ed65f64ea3d266750365d4d8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Dec 2016 22:52:26 +0200 Subject: Only run coverage test on pgpwordlist dir --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c725128..e488b1c 100755 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ class Check(Command): def run_unit_tests(self): print "run unit tests" cliapp.runcmd(['python', '-m', 'CoverageTestRunner', - '--ignore-missing-from=without-tests']) + '--ignore-missing-from=without-tests', 'pgpwordlist']) if os.path.exists('.coverage'): os.remove('.coverage') -- cgit v1.2.1