Browse Source

🏗️ add .circleci/config.yml

dependabot/pip/requirements/sqlalchemy-1.3.0
tchawou-daniel 6 years ago
parent
commit
2c23bdd92e
  1. 16
      .circleci/config.yml

16
.circleci/config.yml

@ -0,0 +1,16 @@
version: 2
workflows:
build_and_test:
jobs:
- build
jobs:
build:
docker:
- image: circleci/python:3.6.2-stretch-browsers
steps:
- checkout
- run: export CONDUIT_SECRET='something-really-secret'
- run: export FLASK_APP=autoapp.py
- run: export FLASK_DEBUG=1
Loading…
Cancel
Save