mirror of
https://github.com/munki/munki.git
synced 2025-12-16 20:14:48 -06:00
9 lines
138 B
YAML
9 lines
138 B
YAML
sudo: no
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install flake8 pep8
|
|
script:
|
|
- git diff HEAD^ | flake8 --diff --ignore=E501
|