pywal/.travis.yml
2017-06-20 14:25:56 +10:00

11 lines
128 B
YAML

language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- flake8 wal
- pylint wal