Browse Source

make travis happy with dependency wkhtmltopdf

pull/264/head
BALDE 7 years ago
parent
commit
53940e9bf7
  1. 1
      .travis.yml

1
.travis.yml

@ -28,6 +28,7 @@ virtualenv:
system_site_packages: true
install:
- apt 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}

Loading…
Cancel
Save