[travis] libjpeg-dev is installed by default
This commit is contained in:
parent
fbb3a18c91
commit
2850420303
1 changed files with 0 additions and 5 deletions
|
@ -5,13 +5,8 @@ python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
cache: pip
|
cache: pip
|
||||||
# install libjpeg-dev for Pillow to handle JPEGs
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libjpeg-dev
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -U tox-travis setuptools codecov
|
- pip install -U tox-travis setuptools codecov
|
||||||
|
|
Loading…
Reference in a new issue