You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/07/13 09:44:24 UTC

[10/14] libcloud git commit: adding python libvirt to dependencies

adding python libvirt to dependencies

Signed-off-by: Tomaz Muraus <to...@tomaz.me>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3856f462
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3856f462
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3856f462

Branch: refs/heads/trunk
Commit: 3856f4629ce1350e32fd9a3e4204fa14b8e8083b
Parents: e1513b2
Author: Rene Kjellerup <rk...@touchcommerce.com>
Authored: Tue Jul 12 17:31:54 2016 -0700
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Jul 13 11:31:21 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/3856f462/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c27cc7c..32bf653 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ addons:
   apt:
     packages:
       - graphviz
+      - python-libvirt
 
 matrix:
   fast_finish: true