mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 08:09:49 -04:00
108536234: added database url
This commit is contained in:
@@ -4,6 +4,8 @@ python:
|
|||||||
- '3.4'
|
- '3.4'
|
||||||
addons:
|
addons:
|
||||||
postgresql: '9.3'
|
postgresql: '9.3'
|
||||||
|
env:
|
||||||
|
- SQLALCHEMY_DATABASE_URI=postgresql://postgres:@localhost:5433/test_notifications_admin
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements_for_test.txt
|
- pip install -r requirements_for_test.txt
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user