collectd-consul-health/wercker.yml

13 lines
266 B
YAML
Raw Permalink Normal View History

2019-08-07 11:13:32 +00:00
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