Install graphviz before build.

This commit is contained in:
Todd Gamblin 2016-08-30 20:07:21 -07:00
parent d9c5191563
commit c470ffe1ac

View file

@ -19,6 +19,12 @@ matrix:
# Use new Travis infrastructure (Docker can't sudo yet)
sudo: false
# Docs need graphviz to build
addons:
apt:
packages:
- graphviz
# Install various dependencies
install:
- pip install coveralls