2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/85fa8b0d60bc/ Changeset: 85fa8b0d60bc Branch: ionelmc/correct-incorrect-docs-on-platform-1448372605209 User: ionelmc Date: 2015-11-24 13:43:24+00:00 Summary: Correct incorrect docs on `platform`. Affected #: 1 file
diff -r 569f3abbc262c7ec203d9a2e6bd38a14f13d410b -r 85fa8b0d60bcf1ea1ff2a1739e37c2438f34982e doc/config-v2.txt --- a/doc/config-v2.txt +++ b/doc/config-v2.txt @@ -143,7 +143,7 @@ A testenv can define a new ``platform`` setting. If its value is not contained in the string obtained from calling -``platform.platform()`` the environment will be skipped. +``sys.platform`` the environment will be skipped. Expanding the ``envlist`` setting ---------------------------------------------------------- https://bitbucket.org/hpk42/tox/commits/e9569646da4f/ Changeset: e9569646da4f User: hpk42 Date: 2015-11-25 11:27:48+00:00 Summary: Merged in ionelmc/tox-1/ionelmc/correct-incorrect-docs-on-platform-1448372605209 (pull request #180) Correct incorrect docs on `platform`. Affected #: 1 file diff -r 569f3abbc262c7ec203d9a2e6bd38a14f13d410b -r e9569646da4fc7b0da514c10857a45ca79872007 doc/config-v2.txt --- a/doc/config-v2.txt +++ b/doc/config-v2.txt @@ -143,7 +143,7 @@ A testenv can define a new ``platform`` setting. If its value is not contained in the string obtained from calling -``platform.platform()`` the environment will be skipped. +``sys.platform`` the environment will be skipped. Expanding the ``envlist`` setting ---------------------------------------------------------- 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