Remove python-libvirt package since this library needs to be installed into
 virtualenv and not as a global system package.
diff --git a/.travis.yml b/.travis.yml
index 32bf653..c27cc7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@
   apt:
     packages:
       - graphviz
-      - python-libvirt
 
 matrix:
   fast_finish: true