|
|
@ -27,6 +27,8 @@ jobs: |
|
|
test: |
|
|
test: |
|
|
docker: |
|
|
docker: |
|
|
- image: python:3.8-buster |
|
|
- image: python:3.8-buster |
|
|
|
|
|
environment: |
|
|
|
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb |
|
|
- image: circleci/postgres:9.6.2-alpine |
|
|
- image: circleci/postgres:9.6.2-alpine |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: $POSTGRES_USER |
|
|
POSTGRES_USER: $POSTGRES_USER |
|
|
|