pywal/.travis.yml

11 lines
128 B
YAML
Raw Normal View History

2017-06-17 07:50:34 +02:00
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
2017-06-20 06:25:56 +02:00
- flake8 wal
- pylint wal