mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 14:54:46 +03:00
TEMP check-manifest before tests to make testing easier for now
This commit is contained in:
parent
17dc7f4b5f
commit
cc345f74fd
|
@ -37,9 +37,9 @@ script:
|
|||
- python setup.py clean
|
||||
- CFLAGS="-coverage" python setup.py build_ext --inplace
|
||||
|
||||
- check-manifest --ignore "depends/*"
|
||||
- coverage run --append --include=PIL/* selftest.py
|
||||
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
|
||||
- check-manifest --ignore depends/*
|
||||
|
||||
after_success:
|
||||
# gather the coverage data
|
||||
|
|
Loading…
Reference in New Issue
Block a user