Set Calendar Name and Description on ical

The latest version of yaml2ical adds support for adding name and
description to ical output.  This change adds these options to
the tox task.

This also bumps required version of yaml2ical to >=0.5.0 (which
is yet to be released).

Change-Id: I6c97ca1deba8ab0437e1e17dcf897ad6b6617835
Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
This commit is contained in:
Dave Walker (Daviey) 2015-06-13 17:16:18 +00:00
parent 8f524a0415
commit c3d5f42cfc
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
yaml2ical>=0.4.0
yaml2ical>=0.5.0

View File

@ -15,5 +15,7 @@ commands = {posargs}
[testenv:ical]
commands =
mkdir -p output
yaml2ical -y meetings -o output/irc-meetings.ical \
yaml2ical -n "OpenStack Meetings" \
-d "Meeting schedule for the OpenStack projects" \
-y meetings -o output/irc-meetings.ical \
-t meetingindex.jinja -w output/index.html -f