2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/96bb07754ed7/ Changeset: 96bb07754ed7 User: pmezard Date: 2015-12-05 13:35:26+00:00 Summary: Fix minor typo in --help message Affected #: 1 file
diff -r 7c1263d2fd42791dc909bf40d08d28142059137b -r 96bb07754ed7ac6fb83235978826be6cb9d12930 tox/session.py --- a/tox/session.py +++ b/tox/session.py @@ -51,7 +51,7 @@ "(overridable by '-e')") tw.line("TOX_TESTENV_PASSENV: space-separated list of extra " "environment variables to be passed into test command " - "environemnts") + "environments") def show_help_ini(config): https://bitbucket.org/hpk42/tox/commits/0072ceea89b0/ Changeset: 0072ceea89b0 User: hpk42 Date: 2015-12-06 15:02:17+00:00 Summary: Merged in pmezard/tox (pull request #183) Fix minor typo in --help message Affected #: 1 file diff -r 522075b4a033c76783f7f34cb313272913457ea3 -r 0072ceea89b02edb5618f7083ff1458e55dc86fd tox/session.py --- a/tox/session.py +++ b/tox/session.py @@ -51,7 +51,7 @@ "(overridable by '-e')") tw.line("TOX_TESTENV_PASSENV: space-separated list of extra " "environment variables to be passed into test command " - "environemnts") + "environments") def show_help_ini(config): 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