Browse Source

Update .travis.yml

pull/6/head
Mathias Markl 6 years ago
committed by GitHub
parent
commit
261299f614
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .travis.yml

12
.travis.yml

@ -12,14 +12,6 @@ cache: pip
addons:
apt:
packages:
- libreoffice-calc
- libreoffice-draw
- libreoffice-impress
- libreoffice-writer
- unoconv
- ghostscript
- imagemagick
- libav-tools
- expect-dev
- python-lxml
- python-simplejson
@ -33,8 +25,8 @@ env:
- TESTS="1" ODOO_REPO="odoo/odoo"
before_install:
- pip install moviepy
- pip install Wand
- apt-get update && apt-get install unoconv libav-tools ghostscript imagemagick
- pip install moviepy Wand
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools

Loading…
Cancel
Save