Browse Source

Update config.yml

dependabot/pip/requirements/sqlalchemy-1.3.0
denisdalmeida04@gmail.com 6 years ago
parent
commit
c9a704cd86
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -46,6 +46,14 @@ jobs:
- run: - run:
name: Attente de postgres name: Attente de postgres
command: dockerize -wait tcp://localhost:5432 -timeout 1m command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: Tests Flask
command: |
. venv/bin/activate
flask db stamp head
flask db migrate
flask db upgrade
flask test

Loading…
Cancel
Save