From ac4a2a78292a611c7360d91e15a34311899e9cab Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Sat, 4 Jan 2014 02:32:21 +0200 Subject: [PATCH] Add SQLAlchemy 0.9 to test matrix --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index cfa3845..dc1bafe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,14 @@ python: - 2.6 - 2.7 - 3.3 + +env: + matrix: + - SQLALCHEMY=SQLAlchemy==0.9 + - SQLALCHEMY=SQLAlchemy==0.8.4 + install: + - "pip install $SQLALCHEMY" - pip install -e ".[test]" script: - python setup.py test