From 47c3dce05e8df9cf7ec2b9f07eb95626fa43b3fa Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 14 Jan 2021 22:36:10 +0100 Subject: [PATCH] :construction: modify test --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88d9f9e..adb8b44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,11 @@ jobs: key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} paths: - "venv" + - image: circleci/postgres:9.6.2-alpine + environment: + POSTGRES_USER: myUsr + POSTGRES_DB: psdb + POSTGRES_PASSWORD: somePwd test: docker: - image: circleci/python:3.9