mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Install graphviz for testing on Travis CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user