Test several version of Pillow.

This commit is contained in:
Simon Conseil
2015-11-19 00:01:32 +01:00
parent 1b5b94d018
commit 116d2ef117

View File

@@ -4,6 +4,9 @@ python:
- "3.3"
- "3.4"
- "3.5"
env:
- PILLOW_VERSION=2.9.0
- PILLOW_VERSION=3.0.0
before_install:
# Dependencies to build PIL
- sudo apt-get update -qq
@@ -11,6 +14,7 @@ before_install:
- sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg
- sudo locale-gen fr_FR.UTF-8
install:
- pip install -q Pillow==$PILLOW_VERSION
- pip install pytest pytest-cov
- pip install coveralls
- pip install .