Skip to content
Snippets Groups Projects
Commit c470ffe1 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Install graphviz before build.

parent d9c51915
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,12 @@ matrix: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment