We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92d95a commit 970e142Copy full SHA for 970e142
.travis.yml
@@ -10,8 +10,9 @@ python:
10
11
before_install:
12
- export DISPLAY=:99.0
13
- - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile
14
- --background --exec /usr/bin/Xvfb -- +extension RANDR :99 -ac -screen 0 1280x1024x16
+ - /etc/init.d/xvfb stop
+ - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- +extension RANDR :99 -ac -screen 0 1280x1024x16
15
+ - /etc/init.d/xvfb start
16
17
install:
18
- python setup.py install
0 commit comments