.travis.yml: Add SQLAlchemy.

This commit is contained in:
Valentin Lorentz 2013-07-23 23:20:30 +02:00
parent d699ba18a7
commit 4cebfb93f4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pytz feedparser charade --use-mirrors
- pip install pytz feedparser charade sqlalchemy --use-mirrors
# command to run tests, e.g. python setup.py test
script:
- echo $TRAVIS_PYTHON_VERSION