Browse Source

🐛 re-add test

main
guidezSeb 6 years ago
parent
commit
183f62b673
  1. 18
      .circleci/config.yml

18
.circleci/config.yml

@ -42,15 +42,15 @@ jobs:
- run:
name: Waiting postgresql
command : dockerize -wait tcp://localhost:5432 -timeout 1m
# - run:
# name: Activate tests
# command: . venv/bin/activate
# - run:
# name: Launching upgrade
# command: flask db upgrade
# - run:
# name: Launching tests
# command: flask test
- run:
name: Activate tests
command: . venv/bin/activate
- run:
name: Launching upgrade
command: flask db upgrade
- run:
name: Launching tests
command: flask test
deploy-heroku:
docker:

Loading…
Cancel
Save