8000 No longer need to install mistune and jsonschema · matplotlib/matplotlib@5806996 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5806996

Browse files
committed
No longer need to install mistune and jsonschema
1 parent 33757ba commit 5806996

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ install:
7575
# version since is it basically just a .ttf file
7676
# The current Travis Ubuntu image is to old to search .local/share/fonts so we store fonts in .fonts
7777

78-
# We install ipython to use the console highlighting. From IPython 3 this depends on jsonschema and mistune.
79-
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
8078
- |
8179
if [[ $BUILD_DOCS == true ]]; then
82-
pip install $PRE numpydoc ipython jsonschema mistune
80+
pip install $PRE numpydoc ipython
8381
pip install -q $PRE linkchecker
8482
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
8583
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb

0 commit comments

Comments
 (0)
0