From d8e6ae41f1c6d07646e1321bd48a132dce4e1cf9 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 28 Aug 2012 16:55:43 -0400 Subject: [PATCH] Dropping 2.5 support for now due to WTForms --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcc1538..947d3cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: python python: - - "2.5" - "2.6" - "2.7" install: - pip install . --quiet --use-mirrors - "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install importlib simplejson --quiet --use-mirrors; fi" - - "if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install mongoengine==0.6.5 --quiet --use-mirrors; fi" - pip install nose Flask-SQLAlchemy Flask-MongoEngine py-bcrypt MySQL-python --quiet --use-mirrors - pip install https://github.com/rduplain/flask-mail/tarball/master