ask travis to install graphviz
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/88390aed Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/88390aed Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/88390aed Branch: refs/heads/trunk Commit: 88390aedf91e4abb54b004747250a526dd20b33d Parents: 0aec851 Author: anthony-shaw <[email protected]> Authored: Thu Jan 7 20:37:18 2016 +1100 Committer: anthony-shaw <[email protected]> Committed: Thu Jan 7 20:37:18 2016 +1100 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/88390aed/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 719063d..8ace6bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ matrix: - python: 2.7 env: ENV=docs before_script: TOX_ENV=docs-travis + before_install: + - sudo apt-get -qq install graphviz > /dev/null install: - TOX_ENV=py$TRAVIS_PYTHON_VERSION
