Skip to content

Commit

Permalink
Added graphviz prerequisite to Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Aug 3, 2017
1 parent 48cd38a commit fd34dac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install graphviz
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
Expand Down

0 comments on commit fd34dac

Please sign in to comment.