mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Skip broken install of coveralls-merge on 2.7_with_system_site_packages
This commit is contained in:
parent
db319727b4
commit
d15620a622
|
@ -11,8 +11,11 @@ coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
|
||||||
|
|
||||||
coverage report
|
coverage report
|
||||||
pip install codecov
|
pip install codecov
|
||||||
pip install coveralls-merge
|
if [[ $TRAVIS_PYTHON_VERSION != "2.7_with_system_site_packages" ]]; then
|
||||||
coveralls-merge coverage.c.json
|
# Not working here. Just skip it, it's being removed soon.
|
||||||
|
pip install coveralls-merge
|
||||||
|
coveralls-merge coverage.c.json
|
||||||
|
fi
|
||||||
codecov
|
codecov
|
||||||
|
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && [ "$DOCKER" == "" ]; then
|
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && [ "$DOCKER" == "" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user