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:
Michael Goerz 2019-03-11 14:35:50 -04:00 committed by Takeshi KOMIYA
parent 4e27cc465a
commit ac6de0a2d9

View File

@ -37,6 +37,7 @@ matrix:
services: xvfb
install:
- "sudo apt-get install graphviz"
- if [ $IS_PYTHON = true ]; then pip install -U tox codecov; fi
- if [ $IS_PYTHON = false ]; then npm install; fi