Browse Source

💚 Reactivate venv for the test

main
Galimede 6 years ago
parent
commit
aeb2d9425c
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -3,6 +3,10 @@ jobs:
build: build:
docker: docker:
- image: circleci/python:3.7.9-stretch-browsers - image: circleci/python:3.7.9-stretch-browsers
environment:
FLASK_APP: autoapp.py
CONDUIT_SECRET: 'something-really-secret'
FLASK_DEBUG: 1
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -40,6 +44,7 @@ jobs:
- run: - run:
name: Launching tests name: Launching tests
command: | command: |
. venv/bin/activate
flask db upgrade flask db upgrade
flask test flask test

Loading…
Cancel
Save