Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 353f7f0

Browse files
committed
Wake up, Travis!
1 parent 786c612 commit 353f7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/lib/tests/test_deepreload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_deepreload_numpy():
2828
'sys', 'os.path', builtin_mod_name, '__main__',
2929
# Test-related exclusions:
3030
'unittest', 'UserDict', '_collections_abc', 'tokenize',
31-
'collections', 'collections.abc'
31+
'collections', 'collections.abc',
3232
]
3333

3434
dreload(numpy, exclude=exclude)

0 commit comments

Comments
 (0)