8000 Don't use special freetype in docs build · matplotlib/matplotlib@7935fa1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7935fa1

Browse files
committed
Don't use special freetype in docs build
1 parent bab2d6a commit 7935fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ install:
8989
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.fonts
9090
cp Felipa-Regular.ttf ~/.fonts
9191
fc-cache -f -v
92+
else
93+
# Use the special local version of freetype for testing
94+
cp .travis/setup.cfg .
9295
fi;
9396
94-
# Use the special local version of freetype for testing
95-
- cp .travis/setup.cfg .
96-
9797
- python setup.py install
9898

9999
script:

0 commit comments

Comments
 (0)
0