Skip to content

Commit 9a054da

Browse files
committed
Do not restrict coverage to matplotlib module only
1 parent b5b5a67 commit 9a054da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ def _get_extra_test_plugins():
16001600

16011601

16021602
def _get_nose_env():
1603-
env = {'NOSE_COVER_PACKAGE': 'matplotlib',
1603+
env = {'NOSE_COVER_PACKAGE': ['matplotlib', 'mpl_toolkits'],
16041604
'NOSE_COVER_HTML': 1,
16051605
'NOSE_COVER_NO_PRINT': 1}
16061606
return env

0 commit comments

Comments
 (0)