Skip to content

Commit 31d21df

Browse files
committed
TST : update cursive font download location
- get Felipa-Regular from github instead of (dying) googlecode - Also remove outdated comment
1 parent 7e741ce commit 31d21df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ matrix:
4545

4646
install:
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

0 commit comments

Comments
 (0)