ignored the wrong pep8 error code

influxdb
Nils Schneider 2015-04-01 17:16:32 +02:00
parent 206ea3d6ef
commit 29e2647ad5
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ language: python
python:
- "3.4"
install: "pip install pep8"
script: "pep8 --ignore=E113 *.py lib/*.py"
script: "pep8 --ignore=E501 *.py lib/*.py"