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:
45
45
46
46
install :
47
47
- 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
49
48
50
49
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
51
50
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -56,7 +55,7 @@ install:
56
55
- |
57
56
if [[ $BUILD_DOCS == true ]]; then
58
57
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
60
59
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
61
60
mkdir -p tmp
62
61
dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
You can’t perform that action at this time.
0 commit comments