diff --git a/biblib/config.py b/biblib/config.py index ae4d2bb..544ecc5 100644 --- a/biblib/config.py +++ b/biblib/config.py @@ -17,6 +17,7 @@ os.mkdir(LOG_PATH) # For running tests on TravisCI +SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres:postgres@localhost:5432/test_biblib' SQLALCHEMY_BINDS = { 'libraries': 'postgresql+psycopg2://postgres:postgres@localhost:5432/test_biblib' }