There was an error while loading. Please reload this page.
1 parent b8d81e4 commit 1ffe12eCopy full SHA for 1ffe12e
1 file changed
.travis.yml
@@ -4,4 +4,4 @@ python: 3.6
4
install: pip install pycodestyle
5
6
before_script:
7
- - pycodestyle --exclude=migrations,settings.py .
+ - pycodestyle --exclude=migrations,settings.py --max-line-length=100 .
0 commit comments