TEMP check-manifest before tests to make testing easier for now

This commit is contained in:
hugovk 2015-06-29 16:26:19 +03:00
parent 17dc7f4b5f
commit cc345f74fd

View File

@ -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