Skip to content

Commit

Permalink
Appveyor: install graphviz
Browse files Browse the repository at this point in the history
I don't know whether I should be using

  choco install graphviz

or

  choco install graphviz.portable

and https://github.com/chocolatey/choco/wiki/ChocolateyFAQs#what-distinction-does-chocolatey-make-between-an-installable-and-a-portable-application
didn't help me decide, so I'll try the shorter name first.
  • Loading branch information
mgedmin committed Dec 11, 2015
1 parent ff5e32a commit 038d181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -17,6 +17,8 @@ install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- pip install tox
- choco install graphviz
- dot -V

build: off

Expand Down

0 comments on commit 038d181

Please sign in to comment.