File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ matplotlib source directory::
4949 [test]
5050 local_freetype = True
5151
52+ or by setting the ``MPLLOCALFREETYPE `` environmental variable to any true
53+ value.
54+
5255Running the tests
5356-----------------
5457
@@ -65,7 +68,7 @@ commands, such as:
6568``--no-network `` Disable tests that require network access
6669======================== ===========
6770
68- Additional arguments are passed on to nosetests. See the nose
71+ Additional arguments are passed on to nosetests. See the nose
6972documentation for supported arguments. Some of the more important ones are given
7073here:
7174
Original file line number Diff line number Diff line change 7474else :
7575 config = None
7676
77+ lft = bool (os .environ .get ('MPLLOCALFREETYPE' , False ))
78+ options ['local_freetype' ] = lft or options ['local_freetype' ]
79+
7780
7881def get_win32_compiler ():
7982 """
You can’t perform that action at this time.
0 commit comments