From fdcce53823d6533f84218b8a21d67e9b18126dc1 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Mon, 10 Sep 2012 17:54:31 -0400 Subject: [PATCH] Update build since Flask-Mail moved --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 947d3cc..6d1dd82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ python: install: - pip install . --quiet --use-mirrors - "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install importlib simplejson --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 + - pip install nose Flask-SQLAlchemy Flask-MongoEngine Flask-Mail py-bcrypt MySQL-python --quiet --use-mirrors before_script: - mysql -e 'create database flask_security_test;'