Commit 4601a175 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add pylint -E to Travis-CI.

parent 5562ed7d
...@@ -7,7 +7,8 @@ python: ...@@ -7,7 +7,8 @@ python:
install: install:
- "pip install ." - "pip install ."
- "pip install icalendar" - "pip install icalendar"
script: python setup.py test - "pip install pylint"
script: "python setup.py test && pylint --errors-only topydo test"
notifications: notifications:
webhooks: webhooks:
urls: urls:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment