diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 19:12:45 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-22 19:12:45 +1000 |
| commit | a4ea6a4f7addc3ada3c466a763331d793190a342 (patch) | |
| tree | 2aeff292124187f51b84400b164b2edef820ad74 | |
| parent | 016e97d6e640ec8f35965f9852f46104c83e982b (diff) | |
travis: Remove flag from pylint
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f924d60..36c9a18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
