Browse Source

fix wkhtmltopdf

pull/323/head
Jordi Ballester 7 years ago
parent
commit
db87bffeef
  1. 5
      .travis.yml

5
.travis.yml

@ -4,12 +4,10 @@ cache: pip
addons:
postgresql: "9.2" # minimal postgresql version for the daterange method
apt:
sources:
- pov-wkhtmltopdf
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- wkhtmltopdf
language: python
@ -38,6 +36,7 @@ before_install:
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- export WKHTMLTOPDF_VERSION=0.12.4
- travis_install_nightly
script:

Loading…
Cancel
Save