travis containers can't install deps, so had to turn that off
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5e6b38f1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5e6b38f1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5e6b38f1 Branch: refs/heads/trunk Commit: 5e6b38f1eba3107e25e478a58df6814c379716aa Parents: c6a57a8 Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Thu Jan 7 20:55:47 2016 +1100 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Thu Jan 7 20:55:47 2016 +1100 ---------------------------------------------------------------------- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5e6b38f1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ae5b19d..df48842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,8 @@ python: - 3.4 - 3.5 - "pypy" -sudo: false os: - linux - - osx env: matrix: @@ -26,7 +24,8 @@ matrix: env: ENV=docs before_script: TOX_ENV=docs-travis before_install: - - easy_install graphviz + - sudo apt-get update -qq + - sudo apt-get install -y graphviz install: - TOX_ENV=py$TRAVIS_PYTHON_VERSION