~purchase-core-editors/purchase-report/github-7.0

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Alexandre Fayolle
  • Date: 2015-05-14 20:14:21 UTC
  • Revision ID: git-v1:bc42cf0b66d43f0e47a2f58718c2ed09f2cfccbe
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).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
sudo: required
 
1
addons:
 
2
  apt:
 
3
    packages:
 
4
      - expect-dev  # provides unbuffer utility
 
5
      - python-lxml # because pip installation is slow
 
6
 
2
7
language: python
3
8
 
4
9
python: