sudo: false
language: python
python:
- "3.4"
install: "pip install pep8"
script: "pep8 *.py lib/*.py"