[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.6"
|
||||
cache: pip
|
||||
# install libjpeg-dev for Pillow to handle JPEGs
|
||||
dist: trusty
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libjpeg-dev
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install -U tox-travis setuptools codecov
|
||||
|
|
Loading…
Reference in a new issue