mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 23:04:45 +03:00
Merge 50b6e92b04
into 96944e2dd6
This commit is contained in:
commit
682c3a137d
|
@ -20,6 +20,7 @@ install:
|
||||||
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
|
||||||
- "travis_retry pip install cffi"
|
- "travis_retry pip install cffi"
|
||||||
- "travis_retry pip install coverage nose"
|
- "travis_retry pip install coverage nose"
|
||||||
|
- "travis_retry pip install check-manifest"
|
||||||
# Pyroma tests sometimes hang on PyPy; skip for PyPy
|
# Pyroma tests sometimes hang on PyPy; skip for PyPy
|
||||||
- if [ $TRAVIS_PYTHON_VERSION != "pypy" ]; then travis_retry pip install pyroma; fi
|
- if [ $TRAVIS_PYTHON_VERSION != "pypy" ]; then travis_retry pip install pyroma; fi
|
||||||
|
|
||||||
|
@ -38,6 +39,7 @@ script:
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user