Rolled back travis for just 2.7

This commit is contained in:
Anton Beloglazov 2012-09-28 15:57:31 +10:00
parent 723ff226f4
commit 0dda3207a3

View File

@ -1,12 +1,8 @@
language: python
python:
- 2.6
- 2.7
install:
- sudo apt-get install -qq python-libvirt python-numpy python-scipy
- cp /usr/lib/python2.6/dist-packages/libvirt* ~/virtualenv/python2.6/local/lib/python2.6/site-packages/
- cp -r /usr/lib/python2.6/dist-packages/numpy* ~/virtualenv/python2.6/local/lib/python2.6/site-packages/
- cp -r /usr/lib/python2.6/dist-packages/scipy* ~/virtualenv/python2.6/local/lib/python2.6/site-packages/
- 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/