File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,13 @@ install:
31
31
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
32
32
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
33
33
# 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 and misture.
36
+ # Neihter is installed as a dependency of IPython since they are not used by the IPython console.
34
37
- |
35
38
if [[ $BUILD_DOCS == true ]]; then
36
39
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 mistune
38
41
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
39
42
sudo dpkg -i fonts-humor-sans_1.0-1_all.deb
40
43
wget https://googlefontdirectory.googlecode.com/hg/ofl/felipa/Felipa-Regular.ttf
You can’t perform that action at this time.
0 commit comments