Browse Source

💚 fix db connection 6

pull/6/merge
Pierre 6 years ago
parent
commit
33b0f4ae41
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -52,7 +52,7 @@ jobs: # A basic unit of work in a run
test: test:
docker: docker:
- image: circleci/python:3.9.1 - image: circleci/python:3.9.1
- image: circleci/postgres:9.6.5
- image: circleci/postgres:9.6.9-alpine
environment: environment:
POSTGRES_USER: circle_test POSTGRES_USER: circle_test
POSTGRES_PASSOWRD: pwd POSTGRES_PASSOWRD: pwd

Loading…
Cancel
Save