pywal/.travis.yml

11 lines
122 B
YAML
Raw Normal View History

2017-06-17 07:50:34 +02:00
language: python
python:
- "3.6"
install:
2017-06-23 03:30:38 +02:00
- pip install flake8 pylint
2017-06-17 07:50:34 +02:00
script:
2017-06-20 06:25:56 +02:00
- flake8 wal
- pylint wal