Browse Source

👷 update2.1 de la CI

dependabot/pip/requirements/sqlalchemy-1.3.0
Straw-Etiam 6 years ago
parent
commit
0b7f5714f4
  1. 11
      .circleci/config.yml

11
.circleci/config.yml

@ -37,12 +37,11 @@ jobs:
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
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
auth:

Loading…
Cancel
Save