mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
7 lines
102 B
YAML
7 lines
102 B
YAML
language: python
|
|
install: pip install tox pep8
|
|
python:
|
|
- 2.7
|
|
script:
|
|
- pep8 moulinette
|
|
- tox
|