From bd370dbb563e1226db90704c9ba872e09ed9b663 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 22 May 2015 14:59:28 -0700 Subject: [PATCH] Generate index file in the ical tox target Add index file generation to the tox "ical" target to generate both the .ics and the index html file. Change-Id: Ie8065d78123afa3d86fd66eac219796bb465bdcb --- test-requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d76ab5a5..627b24da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -yaml2ical>=0.2.0 +yaml2ical>=0.3.0 diff --git a/tox.ini b/tox.ini index 0a5e1f6f..4b54b6be 100644 --- a/tox.ini +++ b/tox.ini @@ -12,4 +12,4 @@ deps = -r{toxinidir}/test-requirements.txt commands = {posargs} [testenv:ical] -commands = yaml2ical -y meetings -o output.ical -f +commands = yaml2ical -y meetings -o output.ical -t meetingindex.jinja -w output.html -f