Skip to content

Commit

Permalink
Trying xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
slightlynybbled committed May 7, 2018
1 parent add985b commit 11e62c6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ python:
- "3.5"
- "3.6"

addons:
apt:
packages:
- "xvfb"

install:
- "export DISPLAY=0.0"
- "xhost +"
- "pip install flake8"
- "pip install stringify==0.1.1"
- "pip install pytest"
- "export DISPLAY=':99.0'"
- "Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &"
- "pip install stringify"
- "python setup.py install"

script:
Expand Down

0 comments on commit 11e62c6

Please sign in to comment.