summaryrefslogtreecommitdiff
path: root/pycco/main.py
diff options
context:
space:
mode:
authorZach Smith <subsetpark@gmail.com>2017-05-24 16:28:39 -0400
committerGitHub <noreply@github.com>2017-05-24 16:28:39 -0400
commitfce7f146a3c70e637af86e9fa9856515d3165b8f (patch)
tree37ac5d8b4371b0392bd777826d1df4f30e582e49 /pycco/main.py
parent9ac94290ef5dc2d1f03fd5001f595ac60938660b (diff)
parent8d274807a2478817bc3f40f1ee3d73660461d7a9 (diff)
downloadpycco-fce7f146a3c70e637af86e9fa9856515d3165b8f.tar.gz
Merge pull request #100 from medecau/travis-is-toxic
Adds tox tests to travis
Diffstat (limited to 'pycco/main.py')
-rw-r--r--pycco/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 55ab0ff..f0d4fcf 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -535,6 +535,7 @@ def process(sources, preserve_paths=True, outdir=None, language=None,
with open(path.join(outdir, "index.html"), "wb") as f:
f.write(generate_index.generate_index(generated_files, outdir))
+
__all__ = ("process", "generate_documentation")
@@ -630,6 +631,7 @@ def main():
monitor(sources, opts)
+
# Run the script.
if __name__ == "__main__":
main()