diff --git a/.circleci/config.yml b/.circleci/config.yml index 8278229..a98ac04 100644 --- a/.circleci/config.yml +++ b/.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: