We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876e54c commit 7207048Copy full SHA for 7207048
.travis.yml
@@ -10,9 +10,8 @@ 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 --background --exec /usr/bin/Xvfb -- :99 -screen 0 1280x1024x24
14
-# - /usr/bin/Xvfb +extension RANDR :99 -ac -screen 0 1280x1024x24 &
15
- - sleep 3
+ - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile
+ --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 +extension RANDR
16
17
install:
18
- python setup.py install
0 commit comments