From c3d5f42cfc1f11820503b30a0a9e275c6864d8d5 Mon Sep 17 00:00:00 2001 From: "Dave Walker (Daviey)" Date: Sat, 13 Jun 2015 17:16:18 +0000 Subject: [PATCH] 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) --- test-requirements.txt | 2 +- tox.ini | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index f1956543..15d86c41 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -yaml2ical>=0.4.0 +yaml2ical>=0.5.0 diff --git a/tox.ini b/tox.ini index 1c88fe05..3c5ecca5 100644 --- a/tox.ini +++ b/tox.ini @@ -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