File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,6 @@ install:
85
85
- ci/submit_cython_cache.sh
86
86
- echo "install done"
87
87
88
-
89
- before_script :
90
- # display server (for clipboard functionality) needs to be started here,
91
- # does not work if done in install:setup_env.sh (GH-26103)
92
- - export DISPLAY=":99.0"
93
- - echo "sh -e /etc/init.d/xvfb start"
94
- - if [ "$JOB" != "3.8-dev" ]; then sh -e /etc/init.d/xvfb start; fi
95
- - sleep 3
96
-
97
88
script :
98
89
- echo "script start"
99
90
- echo "$JOB"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PYTEST_CMD="pytest -m \"$PATTERN\" -n auto --dist=loadfile -s --strict --duratio
29
29
30
30
# Travis does not have have an X server
31
31
if [[ " $TRAVIS_OS_NAME " == " linux" ]]; then
32
- DISPLAY= DISPLAY=:99.0
32
+ export DISPLAY=:99.0
33
33
PYTEST_CMD=" xvfb-run -e /dev/stdout $PYTEST_CMD "
34
34
fi
35
35
You can’t perform that action at this time.
0 commit comments