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 03b2c31 commit 6788e71Copy full SHA for 6788e71
setup.cfg.template
@@ -13,19 +13,19 @@
13
# set this to True. It will download and build a specific version of
14
# FreeType, and then use that to build the ft2font extension. This
15
# ensures that test images are exactly reproducible.
16
-#local_freetype = False
+local_freetype = True
17
18
[status]
19
# To suppress display of the dependencies and their versions
20
# at the top of the build log, uncomment the following line:
21
-#suppress = True
+#suppress = True
22
23
[packages]
24
# There are a number of subpackages of Matplotlib that are considered
25
# optional. All except tests are installed by default, but that can
26
# be changed here.
27
#
28
-#tests = False
+tests = True
29
#sample_data = True
30
#toolkits = True
31
# Tests for the toolkits are only automatically installed
0 commit comments