File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,20 @@ matrix:
80
80
dist : trusty
81
81
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
82
82
env :
83
+ - DELETE_FONT_CACHE=1
83
84
- PINNEDVERS='-c requirements/testing/travis35.txt'
84
85
- python : 3.6
85
86
env :
86
87
- DELETE_FONT_CACHE=1
87
88
- EXTRAREQS='-r requirements/testing/travis36.txt'
88
89
- python : 3.7
89
90
sudo : true
91
+ env :
92
+ - DELETE_FONT_CACHE=1
90
93
- python : " nightly"
91
- env : PRE=--pre
94
+ env :
95
+ - PRE=--pre
96
+ - DELETE_FONT_CACHE=1
92
97
- os : osx
93
98
language : generic # https://github.com/travis-ci/travis-ci/issues/2312
94
99
only : master
Original file line number Diff line number Diff line change 1
1
from io import BytesIO
2
2
import os
3
3
import shutil
4
+ import sys
4
5
import tempfile
5
6
import warnings
6
7
You can’t perform that action at this time.
0 commit comments