Install graphviz before build.
This commit is contained in:
parent
d9c5191563
commit
c470ffe1ac
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ matrix:
|
||||||
# Use new Travis infrastructure (Docker can't sudo yet)
|
# Use new Travis infrastructure (Docker can't sudo yet)
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
# Docs need graphviz to build
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- graphviz
|
||||||
|
|
||||||
# Install various dependencies
|
# Install various dependencies
|
||||||
install:
|
install:
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
Loading…
Reference in a new issue