mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Omit library modules from coverage
This commit is contained in:
parent
d514c1fb64
commit
cd98729436
|
@ -29,10 +29,11 @@ script:
|
||||||
- coverage erase
|
- coverage erase
|
||||||
- python setup.py clean
|
- python setup.py clean
|
||||||
- python setup.py build_ext --inplace
|
- python setup.py build_ext --inplace
|
||||||
- coverage run --append selftest.py
|
- coverage run --append --omit=/usr/* selftest.py
|
||||||
- coverage run --append Tests/run.py
|
- coverage run --append --omit=/usr/* Tests/run.py
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- coverage report
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user