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 3b8412d commit 8f9b76bCopy full SHA for 8f9b76b
.travis.yml
@@ -23,4 +23,7 @@ script:
23
# Travis VM to run out of memory (since so many copies of inkscape and
24
# ghostscript are running at the same time).
25
- 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"
29
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
0 commit comments