Skip to content

Commit 3055ea0

Browse files
committed
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).
1 parent 1041f76 commit 3055ea0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
sudo: required
1+
addons:
2+
apt:
3+
packages:
4+
- expect-dev # provides unbuffer utility
5+
- python-lxml # because pip installation is slow
6+
27
language: python
38

49
python:

0 commit comments

Comments
 (0)