mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 17:33:09 +01:00
11 lines
144 B
YAML
11 lines
144 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
install:
|
|
- pip install flake8 pylint
|
|
|
|
script:
|
|
- flake8 pywal setup.py
|
|
- pylint pywal setup.py
|