travis: Switch to container builds.

This commit is contained in:
Tobias Gruetzmacher 2015-07-17 23:51:17 +02:00
parent f0e61a614f
commit 66dc2ffeb2

View file

@ -4,11 +4,11 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
# install libjpeg-dev for Pillow to handle JPEGs # install libjpeg-dev for Pillow to handle JPEGs
before_install: sudo: false
- sudo apt-get update -q -y addons:
- sudo apt-get install -q -y libjpeg-dev apt:
# disabled upgrade: it gives build errors packages:
# - sudo apt-get upgrade -q -y - libjpeg-dev
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt