Browse Source

👷 update4.2 de la CI

dependabot/pip/requirements/sqlalchemy-1.3.0
Straw-Etiam 6 years ago
parent
commit
581d5b98d4
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

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

Loading…
Cancel
Save