diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index 6f69f8f46165..7df857447f64 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -1600,7 +1600,7 @@ def _get_extra_test_plugins(): def _get_nose_env(): - env = {'NOSE_COVER_PACKAGE': 'matplotlib', + env = {'NOSE_COVER_PACKAGE': ['matplotlib', 'mpl_toolkits'], 'NOSE_COVER_HTML': 1, 'NOSE_COVER_NO_PRINT': 1} return env