Install graphviz for testing on Travis CI

This commit is contained in:
Takeshi KOMIYA
2016-06-11 15:06:07 +09:00
parent fc3bfbca5c
commit 66884fc6a5
+4
View File
@@ -17,6 +17,10 @@ env:
matrix:
- DOCUTILS=0.11
- DOCUTILS=0.12
addons:
apt:
packages:
- graphviz
install:
- pip install -U pip
- pip install docutils==$DOCUTILS