Repository: libcloud Updated Branches: refs/heads/trunk 74a0fc7aa -> f80242839
Specify a dummy package, maybe that will work. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f8024283 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f8024283 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f8024283 Branch: refs/heads/trunk Commit: f8024283956364cf7b780f236c7f8e9312fdc477 Parents: 74a0fc7 Author: Tomaz Muraus <[email protected]> Authored: Sat Jan 23 18:40:15 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jan 23 18:52:33 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f8024283/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 487b70d..e1a497c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,15 +22,16 @@ addons: matrix: fast_finish: true include: - - env: ENV=lint TOX_ENV=lint + - env: ENV=lint TOX_ENV=lint python: 2.7 - - env: ENV=docs TOX_ENV=docs-travis + - env: ENV=docs TOX_ENV=docs-travis python: 2.7 # Note: graphviz is needed for grapgs embedded in the docs addons: apt: packages: - graphviz + - gcc # Trigger ReadTheDocs build after_success: ./contrib/trigger_rtd_build.py 8284
