basic travis test: lint + sigma convert

This commit is contained in:
juju4
2017-07-30 11:29:24 -04:00
parent 5b42c64fcd
commit ead44ca2e4
+10
View File
@@ -0,0 +1,10 @@
language: python
python:
- 3.6
cache: pip
install:
- pip install pyyaml
- pip install yamllint
script:
- yamllint .
- for f in rules/windows/builtin/*; do python sigmac.py -v $f; done