From 4cebfb93f4eaa0b0632e46ccd8e7508235dcff39 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 23 Jul 2013 23:20:30 +0200 Subject: [PATCH] .travis.yml: Add SQLAlchemy. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b2dea23d..172f532b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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