2022-05-02 16:14:11 +02:00
|
|
|
pipeline:
|
|
|
|
test-pylint:
|
|
|
|
group: test
|
|
|
|
image: pipelinecomponents/pylint
|
|
|
|
commands:
|
2022-05-02 16:22:19 +02:00
|
|
|
- python3 -m pip install debian-parser requests urllib3
|
2022-12-16 12:53:38 +01:00
|
|
|
- pylint aptly-publish
|
2022-05-02 16:14:11 +02:00
|
|
|
|
|
|
|
test-flake8:
|
|
|
|
group: test
|
|
|
|
image: pipelinecomponents/flake8
|
|
|
|
commands:
|
2022-12-16 12:53:38 +01:00
|
|
|
- flake8 aptly-publish
|