diff --git a/.travis.yml b/.travis.yml index 6324755..5e14eac 100644 --- a/.travis.yml +++ b/.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