Add epub3 builder to test

This commit is contained in:
SHIMIZU Taku
2015-12-19 14:43:08 +09:00
parent f730bebf61
commit 5cc52f46c2

View File

@@ -70,7 +70,7 @@ def test_build_all():
# note: no 'html' - if it's ok with dirhtml it's ok with html # note: no 'html' - if it's ok with dirhtml it's ok with html
for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle', for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle',
'json', 'text', 'htmlhelp', 'qthelp', 'epub', 'json', 'text', 'htmlhelp', 'qthelp', 'epub', 'epub3',
'applehelp', 'changes', 'xml', 'pseudoxml', 'man', 'applehelp', 'changes', 'xml', 'pseudoxml', 'man',
'linkcheck']: 'linkcheck']:
yield verify_build, buildername, srcdir yield verify_build, buildername, srcdir