From 337700d86a85475035b91caade102b002c8b1f78 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 28 Jun 2015 23:15:41 +0300 Subject: [PATCH] Wrap pattern in quotes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 400ee82c4..fec912f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ script: - coverage run --append --include=PIL/* selftest.py - coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py - - check-manifest --ignore depends/libwebp-0.4.3/* + - check-manifest --ignore "depends/libwebp-0.4.3/*" after_success: # gather the coverage data