Update build

This commit is contained in:
Matt Wright
2012-06-20 15:53:44 -04:00
parent a7016c1cfa
commit 10322602da
+2 -2
View File
@@ -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;'