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