From 7b71eba4a052fe9ba75152bfe72861ab5b8d67db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 9 May 2016 18:09:49 +0200 Subject: [PATCH] Add missing dep for testing --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1556686..e68db12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,7 @@ install: - sudo make install - popd # generic.py: Other dependencies - - sudo apt-get install -y libreoffice - - sudo apt-get install -y unoconv + - sudo apt-get install -y libreoffice libreoffice-script-provider-python unoconv # filecheck.py dependencies - sudo apt-get install libxml2-dev libxslt1-dev - pip install lxml exifread pillow