From 30f98e002c812cbe2218775ca52e818843cc33d9 Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Fri, 15 Jan 2021 17:44:16 +0100 Subject: [PATCH] add env --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e2a6aac..7de6a11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,8 +41,7 @@ jobs: export CONDUIT_SECRET='something-really-secret' export FLASK_APP=autoapp.py export FLASK_DEBUG=1 - export FLASK_ENV=development - flask run + - run: name: flask test command: |