Point the python linters to the new pywal module.

This commit is contained in:
Daniel Liljeström 2017-06-25 19:24:39 +02:00
parent e4fd761052
commit 4fedfd8be4

View File

@ -6,5 +6,5 @@ install:
- pip install flake8 pylint
script:
- flake8 wal
- pylint wal
- flake8 pywal
- pylint pywal