Skip to content

Commit 3ee6a60

Browse files
committed
tests: fix display, the return 3
1 parent 7dad6e4 commit 3ee6a60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ python:
1010

1111
before_install:
1212
- export DISPLAY=:99.0
13-
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x32
14-
- sleep 3
13+
- sh -e /etc/init.d/xvfb start
1514

1615
install:
1716
- python setup.py install

0 commit comments

Comments
 (0)