Skip to content

Commit eb3af5b

Browse files
committed
Fix Travis building of docs with IPython 3
1 parent f4f872b commit eb3af5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ install:
3131
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
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
34+
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.
3437
- |
3538
if [[ $BUILD_DOCS == true ]]; then
3639
sudo apt-get install -qq --no-install-recommends dvipng texlive-latex-base texlive-latex-extra texlive-fonts-recommended graphviz
37-
pip install numpydoc linkchecker ipython
40+
pip install numpydoc linkchecker ipython jsonschema
3841
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
3942
sudo dpkg -i fonts-humor-sans_1.0-1_all.deb
4043
wget https://googlefontdirectory.googlecode.com/hg/ofl/felipa/Felipa-Regular.ttf

0 commit comments

Comments
 (0)