language: python python: - "3.6" install: - pip install flake8 script: - flake8 . --max-line-length=120