Update travis configuration

Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
pull/76/merge
Alexandre Fayolle 2015-05-14 22:15:32 +02:00
parent b2bee0e0e7
commit 7793e64914
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
sudo: required
addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
language: python
python: