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
This commit is contained in:
Thierry Carrez 2015-05-22 14:59:28 -07:00
parent 6e0c3278a4
commit bd370dbb56
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
yaml2ical>=0.2.0
yaml2ical>=0.3.0

View File

@ -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