File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ matrix:
4545
4646install :
4747 - pip install -q --use-mirrors nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
48- # We use --no-install-recommends to avoid pulling in additional large latex docs that we don't need
4948
5049 # We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
5150 # availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -56,7 +55,7 @@ install:
5655 - |
5756 if [[ $BUILD_DOCS == true ]]; then
5857 pip install numpydoc linkchecker ipython jsonschema mistune
59- wget https://googlefontdirectory.googlecode. com/hg/ ofl/felipa/Felipa-Regular.ttf
58+ wget https://github. com/google/fonts/blob/master/ ofl/felipa/Felipa-Regular.ttf?raw=true
6059 wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
6160 mkdir -p tmp
6261 dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
You can’t perform that action at this time.
0 commit comments