Add SQLAlchemy 0.9 to test matrix
This commit is contained in:
@@ -7,7 +7,14 @@ python:
|
|||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.3
|
- 3.3
|
||||||
|
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- SQLALCHEMY=SQLAlchemy==0.9
|
||||||
|
- SQLALCHEMY=SQLAlchemy==0.8.4
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- "pip install $SQLALCHEMY"
|
||||||
- pip install -e ".[test]"
|
- pip install -e ".[test]"
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
Reference in New Issue
Block a user