diff --git a/tests/test_build.py b/tests/test_build.py index 6022aaf1a..ee6534b7d 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -70,7 +70,7 @@ def test_build_all(): # note: no 'html' - if it's ok with dirhtml it's ok with html for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle', - 'json', 'text', 'htmlhelp', 'qthelp', 'epub', + 'json', 'text', 'htmlhelp', 'qthelp', 'epub', 'epub3', 'applehelp', 'changes', 'xml', 'pseudoxml', 'man', 'linkcheck']: yield verify_build, buildername, srcdir