mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Install graphiz on Travis
This is required to generate inheritance diagrams (as there is now an example inheritance diagram in the documentation of the extension generating such diagrams)
This commit is contained in:
parent
4e27cc465a
commit
ac6de0a2d9
@ -37,6 +37,7 @@ matrix:
|
|||||||
services: xvfb
|
services: xvfb
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- "sudo apt-get install graphviz"
|
||||||
- if [ $IS_PYTHON = true ]; then pip install -U tox codecov; fi
|
- if [ $IS_PYTHON = true ]; then pip install -U tox codecov; fi
|
||||||
- if [ $IS_PYTHON = false ]; then npm install; fi
|
- if [ $IS_PYTHON = false ]; then npm install; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user