1
0
Fork 0
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:
Emma 2018-11-02 19:00:54 -06:00
parent 0160146f72
commit fc55d01d03

View file

@ -1,9 +1,12 @@
version: 2
jobs:
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