pep8: fix remaining line length issues and update travis to include lib/*.py

This commit is contained in:
Martin Weinelt 2015-03-25 14:33:54 +01:00
commit eb26ea9a5f
6 changed files with 59 additions and 35 deletions

View file

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