diff --git a/.circleci/config.yml b/.circleci/config.yml index 96e158b..2168cf6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,17 +95,16 @@ jobs: # https://nose.readthedocs.io - run: name: run tests - command: | - . venv/bin/activate - sleep 1 - flask db init - sleep 1 - flask test environment: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr + command: | + . venv/bin/activate + sleep 1 + flask test + - save_cache: paths: