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).
This commit is contained in:
Alexandre Fayolle
2015-05-14 22:16:11 +02:00
parent e54841b88b
commit 004976cb5a

View File

@@ -1,6 +1,11 @@
# Config file .travis.yml
sudo: required
addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
language: python
python: