mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 06:48:41 +01:00
12 lines
192 B
YAML
12 lines
192 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
install:
|
|
- pip install flake8 pylint
|
|
|
|
script:
|
|
- flake8 pywal setup.py
|
|
- pylint --ignore-imports=yes pywal setup.py
|
|
- python setup.py test
|