Skip to content

Commit 02b6676

Browse files
committed
although some tests fail, most stuff works with 1.0
1 parent ba47d82 commit 02b6676

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_install:
2323
- echo "alter user monetdb set schema test_schema2;" | mclient test
2424

2525
install:
26+
- pip install "sqlalchemy>= 0.8,<1.0"
2627
- pip install -r requirements.txt --use-mirrors
2728
- pip install --use-mirrors nose mock coverage
2829
- ./setup.py install

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pymonetdb >= 0.1
2-
sqlalchemy >= 0.8,<1.0
2+
sqlalchemy

0 commit comments

Comments
 (0)