Add mongodb service to Travis

This commit is contained in:
Matt Wright
2012-09-16 22:15:25 -04:00
parent a0ed846a59
commit 857f135748
+2
View File
@@ -12,6 +12,8 @@ install:
before_script:
- mysql -e 'create database flask_security_test;'
services: mongodb:
script: nosetests
branches: