diff --git a/.circleci/config.yml b/.circleci/config.yml index 1558e0a..fa0a1a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,13 +32,13 @@ jobs: key: deps-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} - run: command: | + export FLASK_APP=autoapp.py pip install -r requirements/dev.txt --user flask db upgrade sleep 1 flask test environment: CONDUIT_SECRET: 'something-really-secret' - FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 - save_cache: key: deps-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}