Added SQLAlchemy to the travis config

This commit is contained in:
Anton Beloglazov 2012-08-16 16:58:28 +10:00
parent 62cfa93e63
commit f3f485c6d4

View File

@ -4,6 +4,6 @@ python:
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/
- pip install --use-mirrors pyqcy mocktest PyContracts nose
- pip install --use-mirrors pyqcy mocktest PyContracts nose SQLAlchemy
- python setup.py install
script: nosetests