This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new fa04653  Merge pull request #11158 from [BEAM-9533] Fixing tox.ini 
variants
fa04653 is described below

commit fa04653d852ac46127cab72c5062dc33b3e2437c
Author: Pablo <[email protected]>
AuthorDate: Wed Mar 18 21:57:41 2020 -0700

    Merge pull request #11158 from [BEAM-9533] Fixing tox.ini variants
    
    * Fixing tox.ini variants
    
    * Fixing invocation
---
 sdks/python/tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index d9e3445..241851c 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -17,7 +17,7 @@
 
 [tox]
 # new environments will be excluded by default unless explicitly added to 
envlist.
-envlist = 
py27,py35,py36,py37,py27-{gcp,cython,lint,lint3},py35-{gcp,cython},py36-{gcp,cython},py37-{gcp,cython,lint,mypy,docs}
+envlist = 
py27,py35,py36,py37,py27-{cloud,cython,lint,lint3},py35-{cloud,cython},py36-{cloud,cython},py37-{cloud,cython,lint,mypy,docs}
 toxworkdir = {toxinidir}/target/{env:ENV_NAME:.tox}
 
 [pycodestyle]

Reply via email to