1
0
Fork 0
mirror of https://github.com/shouptech/flask-tutorial.git synced 2026-02-03 15:39:44 +00:00

Fix circle config

This commit is contained in:
Emma 2018-11-02 19:00:54 -06:00
parent 0160146f72
commit fc55d01d03

View file

@ -1,9 +1,12 @@
version: 2 version: 2
jobs: jobs:
build:
docker: docker:
- image: python:3 - image: python:3
steps: steps:
- checkout - checkout
run: coverage run -m pytest - run: pip install pytest coverage
run: coverage report - run: pip install -e .
- run: coverage run -m pytest
- run: coverage report