Browse Source

👷 update2.2 de la CI

dependabot/pip/requirements/sqlalchemy-1.3.0
Straw-Etiam 6 years ago
parent
commit
22c4c0982c
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -35,13 +35,13 @@ jobs:
test: test:
docker:
- image: circleci/python:latest
environment:
CONDUIT_SECRET: 'something-really-secret'
FLASK_APP: /path/to/autoapp.py
FLASK_DEBUG: 1
TEST_DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
docker:
- image: circleci/python:latest
environment:
CONDUIT_SECRET: 'something-really-secret'
FLASK_APP: /path/to/autoapp.py
FLASK_DEBUG: 1
TEST_DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
- image: circleci/postgres:9.6.5-alpine-ram - image: circleci/postgres:9.6.5-alpine-ram
auth: auth:

Loading…
Cancel
Save