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:
parent
0160146f72
commit
fc55d01d03
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue