mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +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:
|
||||
- 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
|
||||
- pep8 --statistics --count PIL/*.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user