SigmaHQ/.travis.yml
2017-08-07 14:05:55 +02:00

11 lines
124 B
YAML

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