language: python
python:
- 3.6
cache: pip
install:
- pip install pyyaml
- pip install yamllint
script:
- make test