We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bdb4c commit 4b66a52Copy full SHA for 4b66a52
.travis.yml
@@ -8,11 +8,14 @@ python:
8
- 3.5
9
# - nightly
10
11
+addons:
12
+ apt:
13
+ packages:
14
+ - x11-xserver-utils
15
+
16
before_install:
- - export DISPLAY=:99.0
- - sudo /etc/init.d/xvfb stop
17
+# - export DISPLAY=:99.0
18
- /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
- - sudo /etc/init.d/xvfb start
19
20
install:
21
- python setup.py install
0 commit comments