From 0cec0f91d25264f7102614f10e16501f557846ae Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 16:43:25 +0100 Subject: [PATCH] :construction_worker: new commands for testing --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54e71b6..4d152ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,9 +73,9 @@ jobs: - run: name: testing connection between database and backend command: | - python3 -m venv venv . venv/bin/activate - pip install -r requirements/dev.txt + sleep 1 + flask db stamp head flask db init flask db migrate flask db upgrade