8000 Install fontconfig for tests. · MacPython/matplotlib-wheels@c7f8d6a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit c7f8d6a

Browse files
committed
Install fontconfig for tests.
1 parent 49e1a5c commit c7f8d6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ function run_tests {
5858
MPL_INSTALL_DIR=$(dirname $(python -c 'import matplotlib; print(matplotlib.__file__)'))
5959
cp -r ${MPL_SRC_DIR}/lib/matplotlib/tests/baseline_images $MPL_INSTALL_DIR/tests
6060

61+
if [ -z "$IS_OSX" ]; then
62+
# Need fc-list for tests
63+
sudo apt-get install fontconfig
64+
fi
65+
6166
echo "sanity checks"
6267
python -c "import dateutil; print(dateutil.__version__)"
6368
python -c "import sys; print('\n'.join(sys.path))"

0 commit comments

Comments
 (0)
0