Thanks to visit codestin.com Credit goes to github.com
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 794895c commit bffc34bCopy full SHA for bffc34b
.travis.yml
@@ -3,6 +3,9 @@ language: python
3
dist: xenial
4
sudo: false
5
6
+services:
7
+ - xvfb
8
+
9
branches:
10
except:
11
- /^auto-backport-of-pr-\d*/
@@ -186,12 +189,6 @@ install:
186
189
# Install matplotlib
187
190
pip install -ve .
188
191
-before_script:
- - |
- if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
192
- export DISPLAY=:99.0
193
- systemctl start Xvfb.service
194
- fi
195
196
script: ci/travis/test_script.sh
197
0 commit comments