This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 7802d5d723a6dab4128252bd32f422623e29cc9f Author: Holden Karau <hol...@pigscanfly.ca> AuthorDate: Thu Mar 1 18:37:10 2018 -0800 Update site to mention the 2 Python lint envs --- content/contribute/contribution-guide/index.html | 2 +- src/contribute/contribution-guide.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html index ec6addf..fa8ebe8 100644 --- a/content/contribute/contribution-guide/index.html +++ b/content/contribute/contribution-guide/index.html @@ -435,7 +435,7 @@ environment before testing your code.</p> command.</p> <div class="highlighter-rouge"><pre class="highlight"><code>$ pip install tox -$ tox -e lint +$ tox -e lint_py2,lint_py3 </code></pre> </div> diff --git a/src/contribute/contribution-guide.md b/src/contribute/contribution-guide.md index 5a7f0b9..fcf7502 100644 --- a/src/contribute/contribution-guide.md +++ b/src/contribute/contribution-guide.md @@ -248,7 +248,8 @@ To Check for lint errors locally, install "tox" package and run following command. $ pip install tox - $ tox -e lint + $ tox -e lint_py2,lint_py3 + Beam supports running Python SDK tests using Maven. For this, navigate to root directory of your Apache Beam clone and execute following command. Currently -- To stop receiving notification emails like this one, please contact mergebot-r...@apache.org.