mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
No need to send empty PyPy coverage to Coveralls
Otherwise it just shows up as grey, question mark: https://coveralls.io/builds/929022
This commit is contained in:
parent
a082f50121
commit
b7954d8f02
|
@ -40,7 +40,8 @@ script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coverage report
|
- coverage report
|
||||||
- coveralls
|
# No need to send empty coverage to Coveralls for PyPy
|
||||||
|
- if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then coveralls; fi
|
||||||
|
|
||||||
- pip install pep8 pyflakes
|
- pip install pep8 pyflakes
|
||||||
- pep8 --statistics --count PIL/*.py
|
- pep8 --statistics --count PIL/*.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user