mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Fix travis.yml
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -1,15 +1,16 @@
|
|||||||
language: python
|
language: python
|
||||||
sudo: false
|
|
||||||
cache:
|
|
||||||
apt: true
|
|
||||||
directories:
|
|
||||||
- $HOME/.cache/pip
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
cache: pip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
postgresql: "9.6"
|
||||||
apt:
|
apt:
|
||||||
|
sources:
|
||||||
|
- pov-wkhtmltopdf
|
||||||
packages:
|
packages:
|
||||||
- expect-dev # provides unbuffer utility
|
- expect-dev # provides unbuffer utility
|
||||||
- python-lxml # because pip installation is slow
|
- python-lxml # because pip installation is slow
|
||||||
@@ -18,10 +19,7 @@ addons:
|
|||||||
- python-yaml
|
- python-yaml
|
||||||
- cups
|
- cups
|
||||||
- libcups2-dev
|
- libcups2-dev
|
||||||
|
- wkhtmltopdf
|
||||||
before_install:
|
|
||||||
- "export DISPLAY=:99.0"
|
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|||||||
Reference in New Issue
Block a user