From 8a3c2ff2a93a5102f06b275bdab5afc3cb3ce019 Mon Sep 17 00:00:00 2001 From: Benjamin ABEL Date: Thu, 30 Oct 2014 22:26:17 +0100 Subject: [PATCH] Set max line lenght to 120 for pep8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 838d18177..4ec176e18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' .