Browse Source

👷 update4.3 de la CI

dependabot/pip/requirements/sqlalchemy-1.3.0
Straw-Etiam 6 years ago
parent
commit
fc3e188c72
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -39,7 +39,7 @@ jobs:
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
- run:
name: wait for postgres
command: dockerize -wait tcp://localhost -timeout 1m
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: Tests Flask

Loading…
Cancel
Save