pep8: fix remaining line length issues and update travis to include lib/*.py
This commit is contained in:
parent
8d4856db56
commit
eb26ea9a5f
6 changed files with 59 additions and 35 deletions
|
@ -3,4 +3,4 @@ language: python
|
|||
python:
|
||||
- "3.4"
|
||||
install: "pip install pep8"
|
||||
script: "pep8 *.py"
|
||||
script: "pep8 *.py lib/*.py"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue