|
|
@ -14,7 +14,7 @@ version: 2 |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/python:latest |
|
|
|
|
|
|
|
|
- image: circleci/python:3.7.4 |
|
|
working_directory: ~/repo |
|
|
working_directory: ~/repo |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
@ -40,7 +40,7 @@ jobs: |
|
|
|
|
|
|
|
|
test: |
|
|
test: |
|
|
docker: |
|
|
docker: |
|
|
- image: circleci/python:latest |
|
|
|
|
|
|
|
|
- image: circleci/python:3.7.4 |
|
|
- image: postgres:9.6.2-alpine |
|
|
- image: postgres:9.6.2-alpine |
|
|
environment: |
|
|
environment: |
|
|
POSTGRES_USER: myUser |
|
|
POSTGRES_USER: myUser |
|
|
|