update travis.yml to ignore PEP8 E113 Line-Length
This commit is contained in:
parent
dd8f6b92af
commit
206ea3d6ef
|
@ -3,4 +3,4 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install: "pip install pep8"
|
install: "pip install pep8"
|
||||||
script: "pep8 *.py lib/*.py"
|
script: "pep8 --ignore=E113 *.py lib/*.py"
|
||||||
|
|
Loading…
Reference in a new issue