mirror of
https://github.com/valitydev/collectd-consul-health.git
synced 2024-11-06 01:25:22 +00:00
13 lines
266 B
YAML
13 lines
266 B
YAML
|
box: python:3-slim
|
||
|
|
||
|
build:
|
||
|
steps:
|
||
|
- pip-install:
|
||
|
requirements_file: test/requirements.txt
|
||
|
- script:
|
||
|
name: lint code
|
||
|
code: flake8 --max-line-length=100
|
||
|
- script:
|
||
|
name: run unit tests
|
||
|
code: python -m unittest test/test_*.py
|