We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28db2 commit fe4e377Copy full SHA for fe4e377
.travis.yml
@@ -1,6 +1,8 @@
1
language: python
2
sudo: required
3
dist: bionic
4
+services:
5
+ - xvfb
6
env:
7
global:
8
- JYTHON=false
@@ -65,8 +67,6 @@ matrix:
65
67
- INTERPRETER=python3
66
68
- GRID=true
69
before_script:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
70
- if [ "$JYTHON" == "true" ]; then
71
wget -O jython.jar http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar;
72
java -jar jython.jar -s -d ~/jython;
0 commit comments