summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox/__main__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox/__main__.py b/tox/__main__.py
new file mode 100644
index 0000000..d60aab2
--- /dev/null
+++ b/tox/__main__.py
@@ -0,0 +1,3 @@
+from tox._cmdline import main
+
+main()