mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-24 08:14:10 +03:00
Temporarily remove fail-fast
This commit is contained in:
parent
0ccc445ebf
commit
ec3f1a5681
|
@ -37,7 +37,9 @@ script:
|
|||
- CFLAGS="-coverage" python setup.py build_ext --inplace
|
||||
|
||||
- coverage run --append --include=PIL/* selftest.py
|
||||
- coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
|
||||
# Temporarily remove fail-fast
|
||||
# - coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py
|
||||
- coverage run --append --include=PIL/* -m nose -v Tests/test_*.py
|
||||
|
||||
after_success:
|
||||
# gather the coverage data
|
||||
|
|
Loading…
Reference in New Issue
Block a user