[Pytest-commit] commit/tox: hpk42: Merged in ionelmc/tox-1/ionelmc/correct-incorrect-docs-on-platform-1448372605209 (pull request #180)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Nov 25 06:27:50 EST 2015


1 new commit in tox:

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.


More information about the pytest-commit mailing list