Skip to content

Commit

Permalink
Add xvfb virtual display service to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jun 28, 2019
1 parent 5a87285 commit 0d29212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ python:
- "3.6"
- "3.7"

services:
- xvfb # create a virtual display on the headless server for gui tests

install:
- sudo apt-get update

Expand Down

0 comments on commit 0d29212

Please sign in to comment.