From b221beb1f0dac2acdd08a637b88e265e26ed37cc Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Sat, 28 Feb 2015 08:46:53 +0000 Subject: [PATCH] Add mistune for docs too --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 189b4ae2b375..6ce94e3d17cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,12 +32,12 @@ install: # availible in the Ubuntu version used by Travis but we can manually install the deb from a later # version since is it basically just a .ttf file - # We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema which is - # not installed as a dependency since it is not used by the IPython console. + # We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema and misture. + # Neihter is installed as a dependency of IPython since they are not used by the IPython console. - | if [[ $BUILD_DOCS == true ]]; then sudo apt-get install -qq --no-install-recommends dvipng texlive-latex-base texlive-latex-extra texlive-fonts-recommended graphviz - pip install numpydoc linkchecker ipython jsonschema + pip install numpydoc linkchecker ipython jsonschema mistune 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