Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccd00ac

Browse files
committed
Temporarily force use of new font caches.
1 parent0b42aad commitccd00ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,20 @@ matrix:
8080
dist:trusty
8181
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
8282
env:
83+
-DELETE_FONT_CACHE=1
8384
-PINNEDVERS='-c requirements/testing/travis35.txt'
8485
-python:3.6
8586
env:
8687
-DELETE_FONT_CACHE=1
8788
-EXTRAREQS='-r requirements/testing/travis36.txt'
8889
-python:3.7
8990
sudo:true
91+
env:
92+
-DELETE_FONT_CACHE=1
9093
-python:"nightly"
91-
env:PRE=--pre
94+
env:
95+
-PRE=--pre
96+
-DELETE_FONT_CACHE=1
9297
-os:osx
9398
language:generic# https://github.com/travis-ci/travis-ci/issues/2312
9499
only:master

‎lib/matplotlib/tests/test_font_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fromioimportBytesIO
22
importos
33
importshutil
4+
importsys
45
importtempfile
56
importwarnings
67

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp