[FIX] travis without xvfb
parent
5f3bc5dee6
commit
64193cce4f
|
@ -13,11 +13,6 @@ addons:
|
||||||
- wkhtmltopdf # only add if needed and check the before_install section below
|
- wkhtmltopdf # only add if needed and check the before_install section below
|
||||||
postgresql: "9.6"
|
postgresql: "9.6"
|
||||||
|
|
||||||
# set up an X server to run wkhtmltopdf.
|
|
||||||
before_install:
|
|
||||||
- "export DISPLAY=:99.0"
|
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
|
|
Loading…
Reference in New Issue