You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/04/11 01:07:18 UTC

[beam-site] 01/02: Fix tox lint command in contribution guide

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 9990581f21d1d59242e6e2520f25483b57c5fd98
Author: Charles Chen <cc...@google.com>
AuthorDate: Tue Apr 10 11:20:06 2018 -0700

    Fix tox lint command in contribution guide
---
 content/contribute/contribution-guide/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html
index 96e09a4..a8985b7 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -456,7 +456,7 @@ environment before testing your code.</p>
 command.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ pip install tox
-$ tox -e lint_py2,lint_py3
+$ tox -e py27-lint,py3-lint
 </code></pre>
 </div>
 

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.