mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 22:04:46 +03:00
Merge 616d8cd4c0
into 30979d4dd4
This commit is contained in:
commit
72413fbd48
|
@ -20,7 +20,10 @@ install:
|
||||||
- "pip install cffi"
|
- "pip install cffi"
|
||||||
- "pip install coveralls nose coveralls-merge"
|
- "pip install coveralls nose coveralls-merge"
|
||||||
- "gem install coveralls-lcov"
|
- "gem install coveralls-lcov"
|
||||||
- travis_retry pip install pyroma
|
|
||||||
|
# Pyroma installation is slow on Py3, so just do it for Py2.
|
||||||
|
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then travis_retry pip install pyroma; fi
|
||||||
|
|
||||||
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip install unittest2; fi
|
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip install unittest2; fi
|
||||||
|
|
||||||
# webp
|
# webp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user