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 0b42aad commit ccd00acCopy full SHA for ccd00ac
.travis.yml
@@ -80,15 +80,20 @@ matrix:
80
dist: trusty
81
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
82
env:
83
+ - DELETE_FONT_CACHE=1
84
- PINNEDVERS='-c requirements/testing/travis35.txt'
85
- python: 3.6
86
87
- DELETE_FONT_CACHE=1
88
- EXTRAREQS='-r requirements/testing/travis36.txt'
89
- python: 3.7
90
sudo: true
91
+ env:
92
93
- python: "nightly"
- env: PRE=--pre
94
95
+ - PRE=--pre
96
97
- os: osx
98
language: generic # https://github.com/travis-ci/travis-ci/issues/2312
99
only: master
lib/matplotlib/tests/test_font_manager.py
@@ -1,6 +1,7 @@
1
from io import BytesIO
2
import os
3
import shutil
4
+import sys
5
import tempfile
6
import warnings
7
0 commit comments