mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 19:36:38 +03:00
Install pyroma for all
This commit is contained in:
parent
4f12862d6c
commit
7fc4cfafa2
|
@ -9,12 +9,10 @@ pip install cffi
|
||||||
pip install nose
|
pip install nose
|
||||||
pip install check-manifest
|
pip install check-manifest
|
||||||
pip install olefile
|
pip install olefile
|
||||||
# Pyroma tests sometimes hang on PyPy; skip
|
pip install pyroma
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" != "pypy" ]; then pip install pyroma; fi
|
|
||||||
|
|
||||||
pip install coverage
|
pip install coverage
|
||||||
|
|
||||||
# docs only on python 2.7
|
# docs only on Python 2.7
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements.txt ; fi
|
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements.txt ; fi
|
||||||
|
|
||||||
# clean checkout for manifest
|
# clean checkout for manifest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user