Install graphviz Python package on Travis

This commit is contained in:
Jeremy Bowman 2017-01-25 12:14:58 -05:00
parent f79143fd04
commit 3c3df7f82c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ addons:
- graphviz
before_install:
- pip install -U pip>=8.0.2
- pip install graphviz
- make test-env
install: pip install .
script: py.test -v