Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
gurneyalex committed May 14, 2015
1 parent 795b636 commit e4b1645
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
sudo: required
addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

language: python

python:
Expand Down

0 comments on commit e4b1645

Please sign in to comment.