pywal/.travis.yml
2017-06-25 19:24:39 +02:00

11 lines
126 B
YAML

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