Move check-manifest to after tests

This commit is contained in:
hugovk 2015-06-29 16:50:33 +03:00
parent cc345f74fd
commit 50b6e92b04

View File

@ -37,9 +37,9 @@ script:
- python setup.py clean - python setup.py clean
- CFLAGS="-coverage" python setup.py build_ext --inplace - CFLAGS="-coverage" python setup.py build_ext --inplace
- check-manifest --ignore "depends/*"
- 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/*"
after_success: after_success:
# gather the coverage data # gather the coverage data