install graphviz via easy_install
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c6a57a82 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c6a57a82 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c6a57a82 Branch: refs/heads/trunk Commit: c6a57a8207471589cff87457464afb748dfd90cd Parents: 88390ae Author: anthony-shaw <[email protected]> Authored: Thu Jan 7 20:48:15 2016 +1100 Committer: anthony-shaw <[email protected]> Committed: Thu Jan 7 20:48:15 2016 +1100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c6a57a82/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8ace6bd..ae5b19d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ matrix: env: ENV=docs before_script: TOX_ENV=docs-travis before_install: - - sudo apt-get -qq install graphviz > /dev/null + - easy_install graphviz install: - TOX_ENV=py$TRAVIS_PYTHON_VERSION
