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