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

install:
    - pip install flake8 pylint

script:
    - flake8 pywal
    - pylint pywal