mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
5 lines
115 B
YAML
5 lines
115 B
YAML
language: python
|
|
install: "pip install pep8"
|
|
python:
|
|
- "2.7"
|
|
script: "pep8 --ignore E501,E128,E731 moulinette"
|