language: python python: - "3.6" install: - pip install flake8 pylint script: - flake8 wal - pylint wal