Add SQLAlchemy 0.9 to test matrix

This commit is contained in:
Konsta Vesterinen
2014-01-04 02:32:21 +02:00
parent e8b3021cf3
commit ac4a2a7829

View File

@@ -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