From 32061fb66d49f27e78ce15a639e608f939c61e18 Mon Sep 17 00:00:00 2001 From: Adam Feuer Date: Thu, 24 Jul 2014 22:59:14 -0700 Subject: [PATCH] added a space character to trigger travis build --- skimage/io/tests/test_pil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/io/tests/test_pil.py b/skimage/io/tests/test_pil.py index e5e7647c..b84bf074 100644 --- a/skimage/io/tests/test_pil.py +++ b/skimage/io/tests/test_pil.py @@ -167,7 +167,7 @@ def test_imsave_filelike(): @skipif(not PIL_available) def test_imexport_imimport(): - shape = (2, 2) + shape = (2, 2) image = np.zeros(shape) pil_image = imexport(image) out = imimport(pil_image)