mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
11 lines
124 B
YAML
11 lines
124 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
cache: pip
|
|
install:
|
|
- pip install pyyaml
|
|
- pip install yamllint
|
|
|
|
script:
|
|
- make test
|