diff --git a/IPython/core/magic.py b/IPython/core/magic.py index 0df5f00..fe7eb3e 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -3360,6 +3360,7 @@ Defaulting color scheme to 'NoColor'""" shutil.copy(src, dst) print " %s" % f + @skip_doctest def magic_install_default_config(self, s): """Install IPython's default config file into the .ipython dir.