language: python
python:
- "3.6"
install:
- pip install flake8 pylint
script:
- flake8 pywal setup.py
- pylint pywal setup.py