Commit 628fa8dc authored by Bram Schoenmakers's avatar Bram Schoenmakers

Install optional dependency urwid in Travis.

This is to fix some pylint errors. Pylint couldn't reason about the
urwid classes because they were not installed.
parent fc49a646
......@@ -6,6 +6,7 @@ python:
- "3.4"
install:
- "pip install ."
- "pip install urwid"
- "pip install icalendar"
- "pip install pylint"
script: "./run-tests.sh"
......
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