|
|
|
@ -2,7 +2,7 @@ version: 2.1 |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
docker: |
|
|
|
- image: circleci/python:3.7.4 |
|
|
|
- image: circleci/python:latest |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- run: |
|
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
key: v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} |
|
|
|
start_test: |
|
|
|
docker: |
|
|
|
- image: circleci/python:3.7.4 |
|
|
|
- image: circleci/python:latest |
|
|
|
environment: |
|
|
|
DATABASE_URL: postgresql://myuser:somePwd@localhost:5432/mydb |
|
|
|
- image: circleci/postgres:9.6.5 |
|
|
|
|