Browse Source

💚 init with test

main
Julien Dudek 6 years ago
parent
commit
f73adcecfb
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -98,6 +98,8 @@ jobs:
command: | command: |
. venv/bin/activate . venv/bin/activate
sleep 1 sleep 1
flask db init
sleep 1
flask test flask test
environment: environment:
CONDUIT_SECRET: 'something-really-secret' CONDUIT_SECRET: 'something-really-secret'

Loading…
Cancel
Save