From 861b299d1c0e7c60245451b0d6b4c65858be0abd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 31 May 2010 12:22:34 -0400 Subject: Clean up the plugins more. Add the rcfile and include options. Omit can no longer be a file of omissions, use the rcfile for that. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f1d91b28..803acda7 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup_args = dict( 'pytest11': [ 'coverage = coverage.runners.pytestplugin', ], - 'nose.plugins.0.10': [ + 'nose.plugins': [ 'coverage = coverage.runners.noseplugin:Coverage', ], }, -- cgit v1.2.1