Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f9b76b

Browse files
committed
Attempt to fix font cache-related test failures
1 parent 3b8412d commit 8f9b76b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ script:
2323
# Travis VM to run out of memory (since so many copies of inkscape and
2424
# ghostscript are running at the same time).
2525
- echo Testing using 8 processes
26+
# Generate the font caches in a single process before starting the
27+
# multiple processes
28+
- python -c "from matplotlib import font_manager"
2629
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300

0 commit comments

Comments
 (0)