We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294f3f9 commit 26e4fffCopy full SHA for 26e4fff
.travis.yml
@@ -1,16 +1,17 @@
1
language: python
2
python:
3
- - 2.6
4
- - 2.7
5
- - 3.2
6
- - 3.3
7
- - 3.4
+# - 2.6
+# - 2.7
+# - 3.2
+# - 3.3
+# - 3.4
8
- 3.5
9
- - nightly
+# - nightly
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 +extension RANDR -ac -screen 0 1280x1024x24
+# - /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 &
15
- sleep 3
16
17
install:
0 commit comments