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
parent 1f136215c1
commit 19a2314258

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