Fix build

This commit is contained in:
Matt Wright
2012-07-19 17:08:06 -04:00
parent 8829692295
commit a89f43a1b7
+1
View File
@@ -10,6 +10,7 @@ install:
- "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
before_script:
- mysql -e 'create database flask_security_test;'