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 99af9e3 commit 06a479aCopy full SHA for 06a479a
1 file changed
.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*/
@@ -158,10 +161,6 @@ install:
158
161
python -mpip install -ve .
159
162
160
163
before_script: |
- if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
164
- fi
165
if [[ $DELETE_FONT_CACHE == 1 ]]; then
166
rm -rf ~/.cache/matplotlib
167
fi
0 commit comments