Fixing libvirt dependency in travis
This commit is contained in:
parent
605b18904f
commit
411b3d10c4
@ -3,7 +3,7 @@ python:
|
||||
- 2.7
|
||||
install:
|
||||
- sudo apt-get install -qq python-libvirt
|
||||
- cp /usr/lib/python2.7/dist-packages/*libvirt* ~virtualenv/python2.7/local/lib/python2.7/site-packages/
|
||||
- cp /usr/lib/python2.7/dist-packages/*libvirt* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/
|
||||
- pip install --use-mirrors pyqcy mocktest PyContracts nose
|
||||
- python setup.py install
|
||||
script: nosetests
|
||||
|
Loading…
x
Reference in New Issue
Block a user