Adds database URI

This commit is contained in:
Aaron Louie 2020-06-13 23:46:00 -04:00
parent f171d88bf4
commit 3a1b36d564

View File

@ -24,6 +24,7 @@ env:
global:
- TESTING=true
- PB_ENABLED=false
- SQLALCHEMY_DATABASE_URI="postgresql://postgres:@localhost:5432/crc_test"
script:
- pipenv run coverage run -m pytest