Commit 88d2ef50 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Add pylint -E to Travis-CI.

parent 90132f86
......@@ -4,7 +4,8 @@ python:
install:
- "pip install ."
- "pip install icalendar"
script: python setup.py test
- "pip install pylint"
script: "python setup.py test && pylint --errors-only topydo test"
notifications:
webhooks:
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