108536234: added database url

This commit is contained in:
Rebecca Law
2015-11-25 15:48:32 +00:00
parent fdd5d6c006
commit cb28104068

View File

@@ -4,6 +4,8 @@ python:
- '3.4'
addons:
postgresql: '9.3'
env:
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:@localhost:5433/test_notifications_admin
install:
- pip install -r requirements_for_test.txt
env: