|
|
@ -33,9 +33,6 @@ jobs: |
|
|
test: |
|
|
test: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/python:3.9 |
|
|
- image: circleci/python:3.9 |
|
|
auth: |
|
|
|
|
|
username: $DOCKER_ID |
|
|
|
|
|
password: $DOCKER_PASSWORD |
|
|
|
|
|
environment: |
|
|
environment: |
|
|
PIPENV_VENV_IN_PROJECT: true |
|
|
PIPENV_VENV_IN_PROJECT: true |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost/psdb |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost/psdb |
|
|
@ -43,9 +40,6 @@ jobs: |
|
|
FLASK_APP: ~/autoapp.py |
|
|
FLASK_APP: ~/autoapp.py |
|
|
FLASK_DEBUG: 1 |
|
|
FLASK_DEBUG: 1 |
|
|
- image: circleci/postgres:9.6.2 |
|
|
- image: circleci/postgres:9.6.2 |
|
|
auth: |
|
|
|
|
|
username: $DOCKER_ID |
|
|
|
|
|
password: $DOCKER_PASSWORD |
|
|
|
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: myUsr |
|
|
POSTGRES_USER: myUsr |
|
|
POSTGRES_DB: psdb |
|
|
POSTGRES_DB: psdb |
|
|
|