SigmaHQ/.travis.yml
2017-10-19 11:40:53 +02:00

12 lines
149 B
YAML

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