From b6df10abad86d2fef27d556769bd41996e0c7280 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 28 Jun 2015 23:21:46 +0300 Subject: [PATCH] check-manifest: ignore dir --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fec912f37..9a771d832 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