Debugging travis

This commit is contained in:
Anton Beloglazov 2012-10-02 12:57:45 +10:00
parent 947f931fc5
commit d1f6790dd4

View File

@ -4,6 +4,7 @@ python:
- 2.7
install:
- sudo apt-get install -qq python-libvirt python-numpy python-scipy
- find / -name libvirt
- cp /usr/lib/python2.7/dist-packages/libvirt* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/
- cp -r /usr/lib/python2.7/dist-packages/numpy* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/
- cp -r /usr/lib/python2.7/dist-packages/scipy* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/