1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/4542c26e2a8a/ Changeset: 4542c26e2a8a User: techtonik Date: 2013-12-30 17:52:09 Summary: allow to run tox as 'python -m tox', which is handy on Windoze Affected #: 1 file
diff -r cec6988e5dbd7b63bd61fd50394a7f8c007450f2 -r 4542c26e2a8ad4f1708abe8a2a2024a4825b6e3f tox/__main__.py --- /dev/null +++ b/tox/__main__.py @@ -0,0 +1,3 @@ +from tox._cmdline import main + +main() Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit