SigmaHQ/.travis.yml

11 lines
124 B
YAML
Raw Normal View History

language: python
python:
- 3.6
cache: pip
install:
- pip install pyyaml
- pip install yamllint
2017-07-30 15:30:17 +00:00
script:
2017-08-07 12:05:55 +00:00
- make test