Set max line lenght to 120 for pep8

This commit is contained in:
Benjamin ABEL 2014-10-30 22:26:17 +01:00
parent 59dd3c6ef5
commit 8a3c2ff2a9

View File

@ -4,4 +4,4 @@ before_install:
- time pip install pep8
script:
- pep8 --ignore E201,E202,E501 .
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .