Include PIL/*.py for coverage to see if it includes unexecuted code

This commit is contained in:
hugovk 2014-04-02 12:12:47 +03:00
parent b6d44fe31c
commit ec0c933a3c

View File

@ -29,8 +29,8 @@ script:
- coverage erase
- python setup.py clean
- python setup.py build_ext --inplace
- coverage run --append --source=PIL selftest.py
- coverage run --append --source=PIL Tests/run.py
- coverage run --append --include=PIL/* selftest.py
- coverage run --append --include=PIL/* Tests/run.py
after_success:
- coverage report