Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 759aac0

Browse files
committed
No longer need to install mistune and jsonschema
1 parent dd28d89 commit 759aac0

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 misture.
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)