Browse Source

improve config.yml

mytest-branch
tchawou-daniel 6 years ago
parent
commit
78b05d5014
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

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

Loading…
Cancel
Save