8000 Ensure that fonts are present on travis when building docs. by jenshnielsen · Pull Request #3950 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Ensure that fonts are present on travis when building docs. #3950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 29, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Install Felipa on Travis
  • Loading branch information
jenshnielsen committed Dec 27, 2014
commit ffd2628e8ac986bd27295d80645034cc8a10ddeb
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ install:
pip install sphinx numpydoc linkchecker
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
sudo dpkg -i fonts-humor-sans_1.0-1_all.deb
wget https://googlefontdirectory.googlecode.com/hg/ofl/felipa/Felipa-Regular.ttf
sudo cp Felipa-Regular.ttf /usr/local/share/fonts/
fc-cache -f -v
fi;
- python setup.py install

Expand Down
0