mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-07 08:34:01 +01:00
11 lines
128 B
YAML
11 lines
128 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script:
|
|
- flake8 wal
|
|
- pylint wal
|