mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-08 14:24:46 +03:00
Merge 0be9d41725
into 72c7073d31
This commit is contained in:
commit
c55ea5a820
14
.travis.yml
14
.travis.yml
|
@ -52,17 +52,9 @@ after_success:
|
||||||
- coverage report
|
- coverage report
|
||||||
- travis_retry pip install coveralls-merge
|
- travis_retry pip install coveralls-merge
|
||||||
- coveralls-merge coverage.c.json
|
- coveralls-merge coverage.c.json
|
||||||
|
|
||||||
|
# Coverage and quality reports on just the latest diff.
|
||||||
- travis_retry pip install pep8 pyflakes
|
# (Installation is very slow on Py3, so just do it for Py2.)
|
||||||
- pep8 --statistics --count PIL/*.py
|
|
||||||
- pep8 --statistics --count Tests/*.py
|
|
||||||
- pyflakes PIL/*.py | tee >(wc -l)
|
|
||||||
- pyflakes Tests/*.py | tee >(wc -l)
|
|
||||||
|
|
||||||
|
|
||||||
# Coverage and quality reports on just the latest diff.
|
|
||||||
# (Installation is very slow on Py3, so just do it for Py2.)
|
|
||||||
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
|
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
|
||||||
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
|
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user