From 458cbf6d1a58d92b49f152aef7ae24339ca99c35 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 18 Feb 2014 09:01:40 +0200 Subject: [PATCH] Remove SA 0.8.x from test matrix --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f7048f..6fff2a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,6 @@ python: - 2.7 - 3.3 -env: - matrix: - - SQLALCHEMY=SQLAlchemy==0.9 - - SQLALCHEMY=SQLAlchemy==0.8.4 install: - "pip install $SQLALCHEMY"