mirror of
https://github.com/shouptech/flask-tutorial.git
synced 2026-02-03 07:29:42 +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
|
||||
jobs:
|
||||
docker:
|
||||
- image: python:3
|
||||
build:
|
||||
docker:
|
||||
- image: python:3
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
run: coverage run -m pytest
|
||||
run: coverage report
|
||||
- run: pip install pytest coverage
|
||||
- run: pip install -e .
|
||||
- run: coverage run -m pytest
|
||||
- run: coverage report
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue