Commit 65c4e7ec authored by Bram Schoenmakers's avatar Bram Schoenmakers

Install icalendar to make the tests pass.

parent d625a405
......@@ -2,5 +2,5 @@ language: python
python:
- "2.6"
- "2.7"
install: "pip install ."
install: "pip install .[ical]"
script: python setup.py test
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