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 16:42:34 UTC

[beam-site] 01/02: Update instructions to run linter.

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 26bd1c3a3e7ce82814424270f29bead397a6e72e
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue Apr 10 14:44:39 2018 -0700

    Update instructions to run linter.
    
    Changes to tox.ini were done in https://github.com/apache/beam/pull/4877.
---
 src/contribute/contribution-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contribute/contribution-guide.md b/src/contribute/contribution-guide.md
index 4b60154..51456b5 100644
--- a/src/contribute/contribution-guide.md
+++ b/src/contribute/contribution-guide.md
@@ -268,7 +268,7 @@ To Check for lint errors locally, install "tox" package and run following
 command.
 
     $ pip install tox
-    $ tox -e lint_py2,lint_py3
+    $ tox -e py27-lint,py3-lint
 
 
 Beam supports running Python SDK tests using Gradle. For this, navigate to root

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