Browse Source

👷 new commands for testing

pull/2/head
Morgan Lombard 6 years ago
parent
commit
0cec0f91d2
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -73,9 +73,9 @@ jobs:
- run:
name: testing connection between database and backend
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements/dev.txt
sleep 1
flask db stamp head
flask db init
flask db migrate
flask db upgrade

Loading…
Cancel
Save