Minor fix, trying to get travis to run successfully.

This commit is contained in:
Dan Funk 2020-03-23 16:26:01 -04:00
parent 6721895876
commit fcdcaeb04a
2 changed files with 1 additions and 10 deletions

View File

@ -8,7 +8,7 @@ python:
- "3.7"
before_install:
- psql -c 'create database pb;' -U postgres
- cp config/travis-testing.py config/default.py
- psql -c 'create database pb_test;' -U postgres
install:

View File

@ -1,9 +0,0 @@
import os
basedir = os.path.abspath(os.path.dirname(__file__))
NAME = "CR Connect Protocol Builder Mock"
CORS_ENABLED = False
DEVELOPMENT = True
TESTING = True
SQLALCHEMY_DATABASE_URI = "postgresql://crc_user:crc_pass@localhost:5432/pb_test"
SECRET_KEY = 'a really really really really long secret key'