Mathias Markl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
10 deletions
-
.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 |
|
|
|