mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-15 08:52:24 +02:00
General: Add travis linting
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
script:
|
||||||
|
- flake8 wal.py
|
||||||
|
- pylint wal.py
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
flake8
|
||||||
|
pylint
|
Reference in New Issue
Block a user