Fix travis.yml

This commit is contained in:
Akim Juillerat
2022-03-21 16:05:00 +01:00
parent 3f97b2bc7e
commit 41d4bda114

View File

@@ -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: