|
|
@ -55,6 +55,7 @@ jobs: |
|
|
# documented at https://circleci.com/docs/2.0/circleci-images/ |
|
|
# documented at https://circleci.com/docs/2.0/circleci-images/ |
|
|
- image: postgres:9.6.2-alpine |
|
|
- image: postgres:9.6.2-alpine |
|
|
environment: |
|
|
environment: |
|
|
|
|
|
PIPENV_VENV_IN_PROJECT: true |
|
|
POSTGRES_USER: myUsr |
|
|
POSTGRES_USER: myUsr |
|
|
POSTGRES_PASSOWRD: somePwd |
|
|
POSTGRES_PASSOWRD: somePwd |
|
|
POSTGRES_DB: myUsr |
|
|
POSTGRES_DB: myUsr |
|
|
|