From 0fa210e980d981eeb8873006620195ed4f77c271 Mon Sep 17 00:00:00 2001 From: Quantum Date: Thu, 24 Dec 2020 15:54:27 -0500 Subject: [PATCH] Add xvfb --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f408713..3d71595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ sudo: required dist: bionic language: python +services: + - xvfb python: - 2.7 - 3.6