Skip to content

Commit

Permalink
switch to apt_packages addon for graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed May 27, 2017
1 parent e666bdb commit e18af53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -8,9 +8,10 @@ python:
cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y graphviz
addons:
apt:
packages:
- graphviz
install:
- pip install -e .
- pip install mock "pytest>=3.1" pytest-mock pytest-cov coveralls
Expand Down

0 comments on commit e18af53

Please sign in to comment.