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

Loading…
Cancel
Save