diff --git a/.travis.yml b/.travis.yml index 71d218e9d..f1fe56b3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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