@ -95,17 +95,16 @@ jobs:
# https://nose.readthedocs.io
- run:
name: run tests
command: |
. venv/bin/activate
sleep 1
flask db init
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
- save_cache:
paths: