travis: Remove flag from pylint

This commit is contained in:
Dylan Araps 2017-07-22 19:12:45 +10:00
parent 016e97d6e6
commit a4ea6a4f7a

View File

@ -11,5 +11,5 @@ install:
script:
- flake8 pywal tests setup.py
- pylint --ignore-imports=yes pywal tests setup.py
- pylint pywal tests setup.py
- python setup.py test