14 lines
178 B
YAML
14 lines
178 B
YAML
language: python
|
|
python:
|
|
- '3.8'
|
|
|
|
install:
|
|
- pip install pipenv
|
|
- make dependencies
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|
|
- make coverage_publish
|
|
- make coverage_report
|