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