mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 14:54:46 +03:00
Wrap pattern in quotes
This commit is contained in:
parent
3d98bd8e82
commit
337700d86a
|
@ -39,7 +39,7 @@ script:
|
||||||
|
|
||||||
- coverage run --append --include=PIL/* selftest.py
|
- coverage run --append --include=PIL/* selftest.py
|
||||||
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.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:
|
after_success:
|
||||||
# gather the coverage data
|
# gather the coverage data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user