|
|
@ -21,6 +21,9 @@ jobs: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/python:3.7.9-stretch-browsers |
|
|
- image: circleci/python:3.7.9-stretch-browsers |
|
|
environment: |
|
|
environment: |
|
|
|
|
|
FLASK_APP: autoapp.py |
|
|
|
|
|
CONDUIT_SECRET: 'something-really-secret' |
|
|
|
|
|
FLASK_DEBUG: 1 |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb |
|
|
- image: circleci/postgres:9.6.5-alpine |
|
|
- image: circleci/postgres:9.6.5-alpine |
|
|
environment: |
|
|
environment: |
|
|
|