From 10322602dad9148e95467841d221761a01288d2d Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Wed, 20 Jun 2012 15:53:44 -0400 Subject: [PATCH] Update build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 472865e..37004a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ python: install: - pip install . --quiet --use-mirrors - - pip install nose Flask-SQLAlchemy Flask-MongoEngine py-bcrypt --quiet --use-mirrors - - "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install importlib --quiet --use-mirrors; fi" + - pip install nose Flask-SQLAlchemy Flask-MongoEngine py-bcrypt MySQL-python --quiet --use-mirrors + - "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install importlib simplejson --quiet --use-mirrors; fi" before_script: - mysql -e 'create database flask_security_test;'