Browse Source

comment tests

dependabot/pip/requirements/sqlalchemy-1.3.0
Gautier couture 6 years ago
parent
commit
d58a21f489
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -38,7 +38,7 @@ jobs:
name: Waiting for postgresql
command : dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: Launching tests
name: Tests
command: |
. venv/bin/activate
flask db stamp HEAD
@ -85,9 +85,9 @@ workflows:
Build_Test_N_Deploy:
jobs:
- Build
- Test:
requires:
- Build
# - Test:
# requires:
# - Build
- Heroku:
context: Heroku
requires:

Loading…
Cancel
Save