Skip to content

Commit b221beb

Browse files
committed
Add mistune for docs too
1 parent eb3af5b commit b221beb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ install:
3232
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
3333
# version since is it basically just a .ttf file
3434

35-
# We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema which is
36-
# not installed as a dependency since it is not used by the IPython console.
35+
# We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema and misture.
36+
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
3737
- |
3838
if [[ $BUILD_DOCS == true ]]; then
3939
sudo apt-get install -qq --no-install-recommends dvipng texlive-latex-base texlive-latex-extra texlive-fonts-recommended graphviz
40-
pip install numpydoc linkchecker ipython jsonschema
40+
pip install numpydoc linkchecker ipython jsonschema mistune
4141
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
4242
sudo dpkg -i fonts-humor-sans_1.0-1_all.deb
4343
wget https://googlefontdirectory.googlecode.com/hg/ofl/felipa/Felipa-Regular.ttf

0 commit comments

Comments
 (0)