Skip to content

Commit 26e4fff

Browse files
committed
tests: fix display, the return 6
1 parent 294f3f9 commit 26e4fff

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
language: python
22
python:
3-
- 2.6
4-
- 2.7
5-
- 3.2
6-
- 3.3
7-
- 3.4
3+
# - 2.6
4+
# - 2.7
5+
# - 3.2
6+
# - 3.3
7+
# - 3.4
88
- 3.5
9-
- nightly
9+
# - nightly
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 +extension RANDR -ac -screen 0 1280x1024x24
13+
# - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 +extension RANDR -ac -screen 0 1280x1024x24
14+
- /usr/bin/Xvfb +extension RANDR :99 -ac -screen 0 1280x1024x24 &
1415
- sleep 3
1516

1617
install:

0 commit comments

Comments
 (0)