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:
Hugo 2014-07-03 15:09:33 +03:00
parent a082f50121
commit b7954d8f02

View File

@ -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