pywal/.travis.yml
2017-06-23 11:30:38 +10:00

11 lines
122 B
YAML

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