This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
|
pipeline:
|
|
test:
|
|
# Alpine version doesn't have make
|
|
image: python:3.8
|
|
pull: true
|
|
commands:
|
|
- make test
|
|
|
|
lint:
|
|
image: python:3.8
|
|
commands:
|
|
- make lint
|