From c87157b6eb527acb3a80f87e38fac06bc3a0aed3 Mon Sep 17 00:00:00 2001 From: BALDE Date: Fri, 27 Apr 2018 15:07:47 +0200 Subject: [PATCH] make travis happy with dependency wkhtmltopdf --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f4ace9c1..9b0174fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ virtualenv: system_site_packages: true install: + - pip install wkhtmltopdf - pip install sendgrid - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}