From 353f7f0df7bfbcc6c07a6b766e1c10cfc1913154 2015-06-11 20:00:29 From: Thomas Kluyver Date: 2015-06-11 20:00:29 Subject: [PATCH] Wake up, Travis! --- diff --git a/IPython/lib/tests/test_deepreload.py b/IPython/lib/tests/test_deepreload.py index 644c599..b59e741 100644 --- a/IPython/lib/tests/test_deepreload.py +++ b/IPython/lib/tests/test_deepreload.py @@ -28,7 +28,7 @@ def test_deepreload_numpy(): 'sys', 'os.path', builtin_mod_name, '__main__', # Test-related exclusions: 'unittest', 'UserDict', '_collections_abc', 'tokenize', - 'collections', 'collections.abc' + 'collections', 'collections.abc', ] dreload(numpy, exclude=exclude)