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