Install graphviz Python package on Travis
This commit is contained in:
parent
f79143fd04
commit
3c3df7f82c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue