ignored the wrong pep8 error code
This commit is contained in:
parent
206ea3d6ef
commit
29e2647ad5
|
@ -3,4 +3,4 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install: "pip install pep8"
|
install: "pip install pep8"
|
||||||
script: "pep8 --ignore=E113 *.py lib/*.py"
|
script: "pep8 --ignore=E501 *.py lib/*.py"
|
||||||
|
|
Loading…
Reference in a new issue