summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 46e5aaa81a210e61743b8ccf9aee6334b9c19816 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
    - "3.6"

install:
    - pip install flake8 pylint

script:
    - flake8 pywal setup.py
    - pylint --ignore-imports=yes pywal setup.py