mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[enh] add pep8 travis check
This commit is contained in:
parent
897ad08183
commit
7ce3981db1
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language: python
|
||||||
|
install: "pip install pep8"
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
script: "pep8 --ignore E501,E128 moulinette"
|
Loading…
Add table
Reference in a new issue